We got build failures due to the handling here, explicitly set the type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/test/src/__support/FPUtil/fpbits_test.cpp | ||
---|---|---|
201 | The best solution is likely to do this: #ifdef LONG_DOUBLE_IS_DOUBLE return; #else .. // The rest of this test. #endif Remove the if constexpr on line 200. |
The best solution is likely to do this:
Remove the if constexpr on line 200.