We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_Float16
i386 does not support it https://buildd.debian.org/status/fetch.php?pkg=halide&arch=i386&ver=16.0.0-1&stamp=1689112307&raw=0
(Why is this not being handled at CMake time via check_cxx_source_compiles()?)
check_cxx_source_compiles()
ppc64el/s390x does not support it either, but those builds never succeeded anyway...
The text was updated successfully, but these errors were encountered:
clang does not support _Float16 when targeting i386
0ee0390
See halide/Halide#7678
7d41d46
See halide#7678
clang does not support _Float16 when targeting i386 (#8085)
40a622f
See #7678
clang does not support _Float16 when targeting i386 (halide#8085)
b437740
No branches or pull requests
i386 does not support it https://buildd.debian.org/status/fetch.php?pkg=halide&arch=i386&ver=16.0.0-1&stamp=1689112307&raw=0
(Why is this not being handled at CMake time via
check_cxx_source_compiles()
?)ppc64el/s390x does not support it either, but those builds never succeeded anyway...
The text was updated successfully, but these errors were encountered: