================ @@ -7,7 +7,12 @@ //===----------------------------------------------------------------------===// #include "NextUpTest.h" +#include "src/__support/FPUtil/float128.h" #include "src/math/nextupf128.h" ---------------- Sukumarsawant wrote:
```suggestion #include "NextUpTest.h" #include "src/__support/FPUtil/float128.h" #include "src/math/nextupf128.h" ``` https://github.com/llvm/llvm-project/pull/217575 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
