File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ pub(super) trait EvalContextExt<'mir, 'tcx: 'mir>:
141
141
142
142
let left = this. read_scalar ( & this. project_index ( & left, 0 ) ?) ?. to_f32 ( ) ?;
143
143
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
145
145
// of exceptions when either argument is a quiet NaN. We do not
146
146
// support accessing the SSE status register from miri (or from Rust,
147
147
// for that matter), so we treat equally both variants.
Original file line number Diff line number Diff line change @@ -637,7 +637,7 @@ pub(super) trait EvalContextExt<'mir, 'tcx: 'mir>:
637
637
638
638
let left = this. read_scalar ( & this. project_index ( & left, 0 ) ?) ?. to_f64 ( ) ?;
639
639
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
641
641
// of exceptions when either argument is a quiet NaN. We do not
642
642
// support accessing the SSE status register from miri (or from Rust,
643
643
// for that matter), so we treat equally both variants.
You can’t perform that action at this time.
0 commit comments