Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit a15aa12

Browse files
committed
Updating the SSE HWIntrinsics to share code where possible.
1 parent 51a1a59 commit a15aa12

File tree

4 files changed

+334
-335
lines changed

4 files changed

+334
-335
lines changed

src/jit/compiler.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3118,6 +3118,8 @@ class Compiler
31183118
bool mustExpand);
31193119
bool compSupportsHWIntrinsic(InstructionSet isa);
31203120
bool isScalarISA(InstructionSet isa);
3121+
static int ivalOfHWIntrinsic(NamedIntrinsic intrinsic);
3122+
static instruction insOfHWIntrinsic(NamedIntrinsic intrinsic, var_types type);
31213123
#endif // _TARGET_XARCH_
31223124
#endif // FEATURE_HW_INTRINSICS
31233125
GenTreePtr impArrayAccessIntrinsic(CORINFO_CLASS_HANDLE clsHnd,

0 commit comments

Comments
 (0)