Naoki Shibata

Results 223 comments of Naoki Shibata

@btashton No, I have no idea at all. In my CI environment, it is tested with gcc-4, gcc-7, gcc-8 in addition to clang, icc and MSVC. It seems that the...

@chriselrod Thank you for your report. It is known problem that build fails when you specify `-DCMAKE_BUILD_TYPE=Debug` to build GNUABI libs. Please try something like ``` cmake -DCMAKE_BUILD_TYPE=Debug -DBUILT_DFT=TRUE -DBUILD_GNUABI_LIBS=FALSE...

So, it seems to have something to do with gcc-8, and it is likely to reproduce on Fedora. I will install Fedora to my computer and test it.

How about just turning off DFT? No one is using DFT, so that should be okay.

Yes. See the benchmark. In some cases, it’s better than FFTW. It has still problems in planner, though. I have to manually specify the plan to maximize the performance.

Since tester1 does not need to be compiled with mingw, the test should be possible by combining tester1 for Cygwin or linux, although it may be a bit troublesome to...

The new tester can be made pipe-free and multi-threading capable.

Writing an Issue is fine, but there are other things to consider regarding this. First is how to link tlfloat from sleef. If we implement the fp16 support mentioned here,...

Thank you for your comment. 1. I understand. I will do that next time. 2. My understanding is that tester1 is currently not executed on Windows? It is possible to...

On Windows, you can use InitOnceExecuteOnce to initialize the mutex. Or you could call the entire detection code from InitOnceExecuteOnce. I think we do not need to write this code...