Skip to content

Commit 9165d10

Browse files
committed
Fix typos *ucomucom*
1 parent 114f814 commit 9165d10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/shims/x86/sse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ pub(super) trait EvalContextExt<'mir, 'tcx: 'mir>:
141141

142142
let left = this.read_scalar(&this.project_index(&left, 0)?)?.to_f32()?;
143143
let right = this.read_scalar(&this.project_index(&right, 0)?)?.to_f32()?;
144-
// The difference between the com* and *ucom variants is signaling
144+
// The difference between the com* and ucom* variants is signaling
145145
// of exceptions when either argument is a quiet NaN. We do not
146146
// support accessing the SSE status register from miri (or from Rust,
147147
// for that matter), so we treat equally both variants.

src/shims/x86/sse2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ pub(super) trait EvalContextExt<'mir, 'tcx: 'mir>:
637637

638638
let left = this.read_scalar(&this.project_index(&left, 0)?)?.to_f64()?;
639639
let right = this.read_scalar(&this.project_index(&right, 0)?)?.to_f64()?;
640-
// The difference between the com* and *ucom variants is signaling
640+
// The difference between the com* and ucom* variants is signaling
641641
// of exceptions when either argument is a quiet NaN. We do not
642642
// support accessing the SSE status register from miri (or from Rust,
643643
// for that matter), so we treat equally both variants.

0 commit comments

Comments
 (0)