[libc-commits] [libc] [libc][math][c23] Enable C23 _Float16 math functions on GPUs (PR #99248)

via libc-commits libc-commits at lists.llvm.org
Thu Jul 18 16:53:35 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:

Do you mind running the bazel builds to see if these extra dependencies need to be added to bazel overlay?

https://github.com/llvm/llvm-project/pull/99248


More information about the libc-commits mailing list