[libc-commits] [libc] [libc][gpu] Add fixed point compile options to GPUs' loaders. (PR #81820)

via libc-commits libc-commits at lists.llvm.org
Thu Feb 15 04:38:42 PST 2024


================
@@ -7,3 +7,7 @@ target_link_libraries(amdhsa_loader
   gpu_loader
   llvmlibc_rpc_server
 )
+
+if(LIBC_COMPILER_HAS_FIXED_POINT)
+  target_compile_options(amdhsa_loader "-ffixed-point")
----------------
lntue wrote:

Done.

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


More information about the libc-commits mailing list