Enable hardware intrinsic in debug and reflection
authorFei Peng <fei.peng@intel.com>
Sun, 24 Sep 2017 17:54:56 +0000 (10:54 -0700)
committerJan Kotas <jkotas@microsoft.com>
Fri, 29 Sep 2017 21:23:43 +0000 (14:23 -0700)
commit03c5c252281325e5a7b94cec6a198946f903b359
tree44e3e04572c86ba2e6714e70dca3613a854ce6d4
parent4252e77681840228d95318e920d649bb5b27ea82
Enable hardware intrinsic in debug and reflection
16 files changed:
src/dlls/mscorrc/mscorrc.rc
src/dlls/mscorrc/resource.h
src/jit/compiler.cpp
src/jit/compiler.h
src/jit/hwintrinsicxarch.cpp
src/jit/importer.cpp
src/jit/instr.h
src/mscorlib/src/System/Runtime/Intrinsics/X86/Lzcnt.cs
src/mscorlib/src/System/Runtime/Intrinsics/X86/Popcnt.cs
src/vm/methodtablebuilder.cpp
src/vm/methodtablebuilder.h
src/zap/zapimage.cpp
tests/src/Common/test_dependencies/test_dependencies.csproj
tests/src/JIT/HardwareIntrinsics/IsSupported.cs
tests/src/JIT/HardwareIntrinsics/IsSupported_r.csproj [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/IsSupported_ro.csproj [moved from tests/src/JIT/HardwareIntrinsics/IsSupported.csproj with 100% similarity]