[PATCH] D67507: Refer to IEEE 754-2019 in langref instead of 2018 draft

Stuart Brady via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 12 09:42:47 PDT 2019


stuart created this revision.
stuart added reviewers: tlively, Anastasia, svenvh, aheejin, hans, PFerreira, dschuff, javed.absar.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The language reference refers to drafts of IEEE 754-2018, but the spec has now been published as IEEE 754-2019 with no further changes to the semantics in question. Update the language reference to refer to the actual standard, instead.


Repository:
  rL LLVM

https://reviews.llvm.org/D67507

Files:
  docs/LangRef.rst


Index: docs/LangRef.rst
===================================================================
--- docs/LangRef.rst
+++ docs/LangRef.rst
@@ -12283,8 +12283,7 @@
 """"""""""
 If either operand is a NaN, returns NaN. Otherwise returns the lesser
 of the two arguments. -0.0 is considered to be less than +0.0 for this
-intrinsic. Note that these are the semantics specified in the draft of
-IEEE 754-2018.
+intrinsic. Note that these are the semantics specified in IEEE 754-2019.
 
 '``llvm.maximum.*``' Intrinsic
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -12321,8 +12320,7 @@
 """"""""""
 If either operand is a NaN, returns NaN. Otherwise returns the greater
 of the two arguments. -0.0 is considered to be less than +0.0 for this
-intrinsic. Note that these are the semantics specified in the draft of
-IEEE 754-2018.
+intrinsic. Note that these are the semantics specified in IEEE 754-2019.
 
 '``llvm.copysign.*``' Intrinsic
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67507.219938.patch
Type: text/x-patch
Size: 952 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190912/8ed95e05/attachment.bin>


More information about the llvm-commits mailing list