[libc-commits] [compiler-rt] [libc] [llvm] [Compiler-rt][builtins] introduce libc math routines (PR #197950)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Sat May 23 23:16:12 PDT 2026


================
@@ -0,0 +1,10 @@
+#ifndef FP_LIBC_CONFIG_H
+#define FP_LIBC_CONFIG_H
+
+#ifndef LIBC_NAMESPACE
+#define LIBC_NAMESPACE __llvm_libc_rt
+#endif
+
+#define LIBC_MATH (LIBC_MATH_NO_ERRNO | LIBC_MATH_NO_EXCEPT)
+
+#endif
----------------
bassiounix wrote:

```suggestion
#endif // FP_LIBC_CONFIG_H

```

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


More information about the libc-commits mailing list