summaryrefslogtreecommitdiff
path: root/src/jit/hwintrinsicArm64.cpp
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2019-06-06 16:06:22 -0700
committerGitHub <noreply@github.com>2019-06-06 16:06:22 -0700
commit93216920549a0f574694e383d67d6d0ea5a4fed3 (patch)
treea2a003a7ea6be67589ed5e3c1a4ae07c21dced52 /src/jit/hwintrinsicArm64.cpp
parent4c82068adb046eee3573984392a0d1e774062ae0 (diff)
downloadcoreclr-93216920549a0f574694e383d67d6d0ea5a4fed3.tar.gz
coreclr-93216920549a0f574694e383d67d6d0ea5a4fed3.tar.bz2
coreclr-93216920549a0f574694e383d67d6d0ea5a4fed3.zip
Marking Vector128<T>.Count and Vector256<T>.Count as [Intrinsic] (#24991)
* Marking Vector128<T>.Count and Vector256<T>.Count as [Intrinsic] * Fixing NI_Vector128_Count and NI_Vector256_Count to use clsHnd when getting the simdSize and baseType * Applying the formatting patch. * Changing some comments to just be "vector element count". * Fixing impBaseIntrinsic to set the baseType so Vector128_Count and Vector256_Count don't return nullptr
Diffstat (limited to 'src/jit/hwintrinsicArm64.cpp')
-rw-r--r--src/jit/hwintrinsicArm64.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jit/hwintrinsicArm64.cpp b/src/jit/hwintrinsicArm64.cpp
index dec60383bd..1cd9024e88 100644
--- a/src/jit/hwintrinsicArm64.cpp
+++ b/src/jit/hwintrinsicArm64.cpp
@@ -321,6 +321,7 @@ int HWIntrinsicInfo::lookupNumArgs(const GenTreeHWIntrinsic* node)
// the expanded intrinsic.
//
GenTree* Compiler::impHWIntrinsic(NamedIntrinsic intrinsic,
+ CORINFO_CLASS_HANDLE clsHnd,
CORINFO_METHOD_HANDLE method,
CORINFO_SIG_INFO* sig,
bool mustExpand)