[libc-commits] [libc] [libc][math][c23] Enable C23 _Float16 math functions on GPUs (PR #99248)
via libc-commits
libc-commits at lists.llvm.org
Fri Jul 19 07:48:30 PDT 2024
================
@@ -111,7 +111,7 @@ add_entrypoint_object(
DEPENDS
libc.src.__support.macros.properties.types
libc.src.__support.FPUtil.nearest_integer_operations
- libc.src.__support.macros.properties.architectures
+ libc.src.__support.macros.properties.cpu_features
----------------
lntue wrote:
B/c I've been lazy / forget to update it, especially since there are quite some work need to be done to add smoke tests to the lists. I planned to update it all at once at some point in late July, early August.
https://github.com/llvm/llvm-project/pull/99248
More information about the libc-commits
mailing list