Skip to content

Commit 7228ae3

Browse files
committed
fix copy-paste typo
1 parent f650dc8 commit 7228ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/x86/sse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriInterpCxExt<'mir, 'tcx> {
240240
| rustc_apfloat::Status::UNDERFLOW,
241241
) {
242242
// Input is NaN (flagged with INVALID_OP) or does not fit
243-
// in an i32 (flagged with OVERFLOW or UNDERFLOW), fallback
243+
// in an i64 (flagged with OVERFLOW or UNDERFLOW), fallback
244244
// to minimum acording to SSE semantics. The INEXACT flag
245245
// is ignored on purpose because rounding can happen during
246246
// float-to-int conversion.

0 commit comments

Comments
 (0)