[llvm] [libc] [libc][math] Add initial support for C23 float128 math functions, starting with copysignf128. (PR #71731)

via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 9 22:07:07 PST 2023


================
@@ -245,6 +245,7 @@ option(LIBC_INCLUDE_DOCS "Build the libc documentation." ${LLVM_INCLUDE_DOCS})
 
 include(CMakeParseArguments)
 include(LLVMLibCCheckCpuFeatures)
+include(check_compiler_features)
----------------
lntue wrote:

Fixed.

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


More information about the llvm-commits mailing list