Implement IsSuppoored for all ISA classes
authorFei Peng <fei.peng@intel.com>
Fri, 15 Sep 2017 20:01:13 +0000 (13:01 -0700)
committerJan Kotas <jkotas@microsoft.com>
Fri, 29 Sep 2017 21:23:43 +0000 (14:23 -0700)
commit4252e77681840228d95318e920d649bb5b27ea82
tree482719ef7759b8328b2a7710beb2f1717a4618c7
parent77eb81c4c5a72017b9fd95811e3e92adcb5a9d75
Implement IsSuppoored for all ISA classes
17 files changed:
src/inc/corinfo.h
src/inc/corjit.h
src/jit/CMakeLists.txt
src/jit/compiler.cpp
src/jit/compiler.h
src/jit/hwintrinsiclistxarch.h [new file with mode: 0644]
src/jit/hwintrinsicxarch.cpp [new file with mode: 0644]
src/jit/importer.cpp
src/jit/instr.h
src/jit/jit.settings.targets
src/jit/jitee.h
src/jit/namedintrinsiclist.h
src/vm/codeman.cpp
src/vm/methodtablebuilder.cpp
tests/src/Common/test_dependencies/test_dependencies.csproj
tests/src/JIT/HardwareIntrinsics/IsSupported.cs [new file with mode: 0644]
tests/src/JIT/HardwareIntrinsics/IsSupported.csproj [new file with mode: 0644]