summaryrefslogtreecommitdiff
path: root/src/jit/hwintrinsic.cpp
AgeCommit message (Collapse)AuthorFilesLines
2018-11-26Fixing a few small issues with the SIMD vs SIMD HWIntrinsics (#21097)Tanner Gooding1-4/+4
* Fixing the simdHandleCache to add entries for Vector64FloatHandle and Vector128FloatHandle * Fixing two places that were calling just OperIsSIMD() rather than OperIsSIMDorSimdHWintrinsic()
2018-06-30Move SIMD/Intrinsic handles out of CompilerMike Danes1-27/+27
These handles require ~256 bytes and are only needed if the method uses SIMD/intrinsics. Also, the inlinee compiler can/should reuse them to avoid redundant name lookups.
2018-01-30Create hwintrinsic.cppSteve MacLean1-0/+141