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 a14bb33 commit 679c6e6Copy full SHA for 679c6e6
clang/lib/AST/ExprConstant.cpp
@@ -12585,7 +12585,7 @@ bool VectorExprEvaluator::VisitCallExpr(const CallExpr *E) {
12585
return APInt((Src).trunc(DstBits));
12586
return APInt::getAllOnes(DstBits);
12587
});
12588
- case clang::X86::BI__builtin_ia32_selectss_128:
+ case clang::X86::BI__builtin_ia32_selectss_128:
12589
return EvalSelectScalar(4);
12590
case clang::X86::BI__builtin_ia32_selectsd_128:
12591
return EvalSelectScalar(2);
0 commit comments