Skip to content

Commit 2dc6d3e

Browse files
committed
Fix jscvt detection
1 parent fc5d883 commit 2dc6d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/TargetParser/Host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2314,7 +2314,7 @@ StringMap<bool> sys::getHostCPUFeatures() {
23142314
IsProcessorFeaturePresent(PF_ARM_V81_ATOMIC_INSTRUCTIONS_AVAILABLE);
23152315
Features["dotprod"] =
23162316
IsProcessorFeaturePresent(PF_ARM_V82_DP_INSTRUCTIONS_AVAILABLE);
2317-
Features["jscvt"] =
2317+
Features["jsconv"] =
23182318
IsProcessorFeaturePresent(PF_ARM_V83_JSCVT_INSTRUCTIONS_AVAILABLE);
23192319
Features["rcpc"] =
23202320
IsProcessorFeaturePresent(PF_ARM_V83_LRCPC_INSTRUCTIONS_AVAILABLE);

0 commit comments

Comments
 (0)