Remove unneeded workaround for bindgen not supporting f16 types (#3166)

This commit is contained in:
Konstantinos Kanavouras 2025-04-24 18:33:12 +02:00 committed by GitHub
parent 9b3400ffbc
commit 50e1239de9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,10 +6,6 @@ use crate::store_generated_content_if_different;
const WRAPPER_HEADER: &str = r#" const WRAPPER_HEADER: &str = r#"
// https://github.com/rust-lang/rust-bindgen/issues/2500
#define __AVX512VLFP16INTRIN_H
#define __AVX512FP16INTRIN_H
// QEMU_BUILD_BUG* cause an infinite recursion in bindgen when target is arm // QEMU_BUILD_BUG* cause an infinite recursion in bindgen when target is arm
#include "qemu/compiler.h" #include "qemu/compiler.h"