Skip to content

Commit

Permalink
Update comment on fcvt_low_from_sint instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
jlb6740 committed Jun 14, 2021
1 parent 7039621 commit 90d4afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cranelift/codegen/meta/src/shared/instructions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4395,10 +4395,10 @@ pub(crate) fn define(
Inst::new(
"fcvt_low_from_sint",
r#"
Converts packed signed doubleword integers to packed double precision floating point.
Converts packed signed 32-bit integers to packed double precision floating point.
Considering only the low half of the register, each lane in `x` is interpreted as a
signed doubleword integer that is then converted to a double precision float. This
signed 32-bit integer that is then converted to a double precision float. This
instruction differs from fcvt_from_sint in that it converts half the number of lanes
which are converted to occupy twice the number of bits. No rounding should be needed
for the resulting float.
Expand Down

0 comments on commit 90d4afc

Please sign in to comment.