Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/jit/hwintrinsicArm64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down