diff --git a/src/jit/hwintrinsicArm64.cpp b/src/jit/hwintrinsicArm64.cpp index 47a2b56a7cf5..602dec14f93c 100644 --- a/src/jit/hwintrinsicArm64.cpp +++ b/src/jit/hwintrinsicArm64.cpp @@ -157,6 +157,8 @@ bool HWIntrinsicInfo::isFullyImplementedIsa(InstructionSet isa) case InstructionSet_Simd: case InstructionSet_Sha1: case InstructionSet_Sha256: + case InstructionSet_Vector64: + case InstructionSet_Vector128: return true; default: @@ -185,6 +187,8 @@ bool HWIntrinsicInfo::isScalarIsa(InstructionSet isa) case InstructionSet_Simd: case InstructionSet_Sha1: case InstructionSet_Sha256: + case InstructionSet_Vector64: + case InstructionSet_Vector128: return false; default: