halide / Halide

a language for fast, portable data-parallel computation
https://halide-lang.org
Other
5.91k stars 1.07k forks source link

Fix _Float16 detection on ARM64 GCC<13 #8401

Closed alexreinking closed 2 months ago

alexreinking commented 2 months ago

GCC 12 only supports _Float16 on x86. Support for ARM was added in GCC 13. This causes a build failure in the manylinux_2_28 images.

See Godbolt output here

alexreinking commented 2 months ago

Linux worker 4 needs to rebuild LLVM 20... failures are unrelated.