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 217fa03 commit 4bf7682Copy full SHA for 4bf7682
runtime/compiler/optimizer/VectorAPIExpansion.cpp
@@ -53,7 +53,7 @@ TR_VectorAPIExpansion::perform()
53
{
54
bool disableVectorAPIExpansion = comp()->getOption(TR_DisableVectorAPIExpansion);
55
bool traceVectorAPIExpansion = comp()->getOption(TR_TraceVectorAPIExpansion);
56
- _boxingAllowed = comp()->getOption(TR_EnableVectorAPIBoxing);
+ _boxingAllowed = !comp()->getOption(TR_DisableVectorAPIBoxing);
57
58
_trace = traceVectorAPIExpansion;
59
0 commit comments