diff options
author | Max Graey <maxgraey@gmail.com> | 2020-07-07 01:38:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 15:38:00 -0700 |
commit | 18095a6c6030fb157f89889b8094eca0b3f654cb (patch) | |
tree | 4b6ce4580b3602de916ab438d94e5ec81fae6970 /src/passes/OptimizeInstructions.cpp | |
parent | 49421e42a8082a1b75dda65411af3fb4b0ba9fe5 (diff) | |
download | binaryen-18095a6c6030fb157f89889b8094eca0b3f654cb.tar.gz binaryen-18095a6c6030fb157f89889b8094eca0b3f654cb.tar.bz2 binaryen-18095a6c6030fb157f89889b8094eca0b3f654cb.zip |
Avoid __popcnt and __popcnt64 intrinsics for MSVC (#2944)
We may need to check the CPU ID or something else before using
those special things on MSVC. To be safe, avoid them for now.
Diffstat (limited to 'src/passes/OptimizeInstructions.cpp')
0 files changed, 0 insertions, 0 deletions