phoebewang wrote: > @phoebewang Are you OK with this? An alternative is we just allow exact > rounding (which is what we'll end up doing for the SSE2 style conversions > like CVTPD2DQ).
Can we check for strictfp mode? I think we can assume `NearestTiesToEven` in non strictfp mode. https://github.com/llvm/llvm-project/pull/162295 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
