[libc-commits] [libc] [libc][NFC] rename LONG_DOUBLE_IS_DOUBLE into LIBC_LONG_DOUBLE_IS_DOUBLE (PR #73948)
via libc-commits
libc-commits at lists.llvm.org
Thu Nov 30 10:52:41 PST 2023
https://github.com/lntue commented:
Now that I think about it, technically in this case, `long double` and `double` are still 2 different types to the compilers, so `LIBC_LONG_DOUBLE_IS_FLOAT64` should fit better. WDYT?
https://github.com/llvm/llvm-project/pull/73948
More information about the libc-commits
mailing list