We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7e236 commit 66b6096Copy full SHA for 66b6096
phper-sys/build.rs
@@ -48,6 +48,12 @@ fn main() {
48
.blocklist_function("zend_startup")
49
// Block the `zend_random_bytes_insecure` because it fails checks.
50
.blocklist_item("zend_random_bytes_insecure")
51
+ .blocklist_type("float32x1_t")
52
+ .blocklist_type("float32x2_t")
53
+ .blocklist_type("float32x4_t")
54
+ .blocklist_type("float64x1_t")
55
+ .blocklist_type("float64x2_t")
56
+ .blocklist_type("float64x4_t")
57
.clang_args(&includes)
58
.derive_default(true);
59
0 commit comments