================
@@ -3359,6 +3391,122 @@ static bool 
interp__builtin_ia32_cvt_vec2mask(InterpState &S, CodePtr OpPC,
   pushInteger(S, RetMask, Call->getType());
   return true;
 }
+static bool interp__builtin_ia32_cvtsd2ss(InterpState &S, CodePtr OpPC,
+                                          const CallExpr *Call, bool HasMask,
+                                          bool HasRounding) {
----------------
RKSimon wrote:

HasRounding looks unnecessary - merge with HasMask into `HasRoundingMask`?

https://github.com/llvm/llvm-project/pull/169980
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to