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.
2 parents b22ebbb + 4bf7682 commit 9ee7bd8Copy full SHA for 9ee7bd8
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