[libc-commits] [libc] [libc] Only declare float128 math functions in the generated math.h if float128 type is supported. (PR #81010)

via libc-commits libc-commits at lists.llvm.org
Thu Feb 8 14:55:14 PST 2024


https://github.com/michaelrj-google approved this pull request.

Based on your explanation I think you're right that this is the correct solution. Given that we are doing this, we should probably provide a flag to allow users to manually enable float128 instead of just basing it on if the current compiler supports it.

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


More information about the libc-commits mailing list