We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5d883 commit 2dc6d3eCopy full SHA for 2dc6d3e
llvm/lib/TargetParser/Host.cpp
@@ -2314,7 +2314,7 @@ StringMap<bool> sys::getHostCPUFeatures() {
2314
IsProcessorFeaturePresent(PF_ARM_V81_ATOMIC_INSTRUCTIONS_AVAILABLE);
2315
Features["dotprod"] =
2316
IsProcessorFeaturePresent(PF_ARM_V82_DP_INSTRUCTIONS_AVAILABLE);
2317
- Features["jscvt"] =
+ Features["jsconv"] =
2318
IsProcessorFeaturePresent(PF_ARM_V83_JSCVT_INSTRUCTIONS_AVAILABLE);
2319
Features["rcpc"] =
2320
IsProcessorFeaturePresent(PF_ARM_V83_LRCPC_INSTRUCTIONS_AVAILABLE);
0 commit comments