Tidy up whitespace.
This commit is contained in:
@@ -1699,7 +1699,7 @@ fpromote = Instruction(
|
||||
This is an exact operation.
|
||||
|
||||
Cretonne currently only supports two floating point formats
|
||||
- :type:`f32` and :type:`f64`. This may change in the future.
|
||||
- :type:`f32` and :type:`f64`. This may change in the future.
|
||||
|
||||
The result type must have the same number of vector lanes as the input,
|
||||
and the result lanes must not have fewer bits than the input lanes. If
|
||||
@@ -1715,10 +1715,10 @@ fdemote = Instruction(
|
||||
by rounding to nearest, ties to even.
|
||||
|
||||
Cretonne currently only supports two floating point formats
|
||||
- :type:`f32` and :type:`f64`. This may change in the future.
|
||||
- :type:`f32` and :type:`f64`. This may change in the future.
|
||||
|
||||
The result type must have the same number of vector lanes as the input,
|
||||
and the result lanes must not have more bits than the input lanes. If
|
||||
and the result lanes must not have more bits than the input lanes. If
|
||||
the input and output types are the same, this is a no-op.
|
||||
""",
|
||||
ins=x, outs=a, constraints=WiderOrEq(Float, FloatTo))
|
||||
|
||||
Reference in New Issue
Block a user