Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix _Float16 detection on ARM64 GCC<13 (#8401)
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.
- Loading branch information