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 f31787e commit 8c90efbCopy full SHA for 8c90efb
clang/lib/AST/ExprConstant.cpp
@@ -12523,7 +12523,7 @@ bool VectorExprEvaluator::VisitCallExpr(const CallExpr *E) {
12523
return APInt((Src).trunc(DstBits));
12524
return APInt::getAllOnes(DstBits);
12525
});
12526
- case clang::X86::BI__builtin_ia32_selectss_128:
+ case clang::X86::BI__builtin_ia32_selectss_128:
12527
return EvalSelectScalar(4);
12528
case clang::X86::BI__builtin_ia32_selectsd_128:
12529
return EvalSelectScalar(2);
0 commit comments