Conversation
_lzcnt_u64 may not supported by native LLVM compiler on Windows.
|
I don't have any issues with compiling mimalloc3 with LLVM under Visual Studio (for more than half a year), could you elaborate? |
When you are using Visual-Studio, you are actually using clang-cl.exe instead of clang.exe, which the driver mode is like cl.exe instead of 'original' clang |
But you added the condition under the
|
|
Hmm, yes, the current test seems correct; on my system |
_lzcnt_u64 may not supported by native LLVM compiler on Windows.