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