[libc-commits] [libc] [libc] Re-Enable GPU tests and fix math exception handling (PR #83172)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Tue Feb 27 11:43:54 PST 2024


================
@@ -32,6 +33,8 @@
 #define math_errhandling 0
 #elif defined(__NO_MATH_ERRNO__)
 #define math_errhandling (MATH_ERREXCEPT)
+#elif defined(LIBC_TARGET_ARCH_IS_GPU)
----------------
jhuber6 wrote:

Sure

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


More information about the libc-commits mailing list