Update docs to reflect that saturating fp-to-int conversion is now implemented.

This commit is contained in:
Dan Gohman
2018-09-05 16:35:41 -07:00
parent f3c46ad2a2
commit da0243b0ab

View File

@@ -1008,15 +1008,11 @@ Conversion operations
.. autoinst:: fdemote .. autoinst:: fdemote
.. autoinst:: fcvt_to_uint .. autoinst:: fcvt_to_uint
.. autoinst:: fcvt_to_sint .. autoinst:: fcvt_to_sint
.. autoinst:: fcvt_to_uint_sat
.. autoinst:: fcvt_to_sint_sat
.. autoinst:: fcvt_from_uint .. autoinst:: fcvt_from_uint
.. autoinst:: fcvt_from_sint .. autoinst:: fcvt_from_sint
.. todo:: Saturating fcvt_to_sint and fcvt_to_uint.
For example, these appear in
`Rust <https://github.com/rust-lang/rust/pull/45205>`_ and
`WebAssembly <https://github.com/WebAssembly/nontrapping-float-to-int-conversions>`_.
Legalization operations Legalization operations
----------------------- -----------------------