Naoki Shibata

Results 223 comments of Naoki Shibata

That's because you are trying to build static libs on windows. It seems that I need some modification to make it possible.

Hello @carlkl, 32-bit x86 support is kind of supplemental, and not fully tested on any of operating systems. It should work, but performance would be worse than the 64-bit library...

@RoyiAvital Building static libs with MSVC should be possible with the following code. https://github.com/shibatch/sleef/archive/Enable_building_static_libs_on_MSVC.zip

@RoyiAvital It does not make sense to expose, for example, avx functions when __AVX__ is not defined. If __AVX__ is not defined, that means that the ABI for calling the...

That's because MSVC does not automatically define __AVX__ macro. Please manually define it when you use those functions. If you want to use a static lib, you also need to...

@RoyiAvital How did you get that error? What source code are you trying to compile?

@xsacha Thank you for submitting a patch. Unfortunately, the patched source code cannot be built. Please check the output from CI server and fix the problem. https://travis-ci.org/shibatch/sleef/jobs/501824573

Why do you need to install ${TARGET_LIBSLEEF}, ${TARGET_LIBSLEEFGNUABI} and ${TARGET_LIBDFT} at the end of the top CMakeLists.txt? I thought what you need to additionally install is *.cmake.

@xsacha I know I am late, but I am now looking into this PR. Could you tell me how those atmark-surrounded variables work?