Naoki Shibata

Results 223 comments of Naoki Shibata

Could you list all the cmake options you used for this build?

It does not reproduce in my environment with the following cmake options. ``` cmake .. -GNinja -DCMAKE_BUILD_TYPE=Debug -DSLEEF_BUILD_LIBM=ON -DSLEEF_BUILD_DFT=ON -DSLEEF_BUILD_QUAD=True -DSLEEF_BUILD_GNUABI_LIBS=True -DSLEEF_BUILD_TESTS=False -DSLEEF_ENABLE_TLFLOAT=Off -DSLEEF_ENABLE_TESTER4=OFF -DSLEEF_DISABLE_MPFR=ON ``` Can I see the...

I still cannot reproduce it in my environment. In fact, you are building with so many options and it is impossible to find out what the problem is without checking...

If you want me to fix the problem, please submit the minimal set of cmake options to reproduce your problem.

It's also very weird that the problem is exposed only in a debug build.

Looking closer, I see that -DSLEEF_DISABLE_MPFR=ON is not passed to cmake.

MSYS is not required if you just want to build. You can build from the command prompt as usual. Please refer to the batch file included in tlfloat. https://github.com/shibatch/tlfloat/blob/main/winbuild-msvc.bat If...

If we decide to officially support LoongArch, then we need to keep maintaining it. To do so, we also need to maintain a CI environment. So far, I have taken...

I cannot provide ongoing support for free. If no one is willing to cover the cost, please just fork the project and support LoongArch at your repo.

As for the RISC-V architecture, gcc-13 is not supported, see README. I get so many errors when building with gcc-13. It is unlikely that gcc-13 will ever be supported. I...