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 15, 2021
1 parent 83efbc3 commit 52f8f89
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 52f8f89

Please sign in to comment.