Skip to content

Commit

Permalink
[spec] Upgrade to IEEE 754-2019 (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg authored Jul 30, 2019
1 parent b0c936c commit a221f25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions document/core/util/bikeshed_fixup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def Main():
)

data = data.replace(
"""<a class="reference external" href="http://ieeexplore.ieee.org/document/4610935/">IEEE 754-2008</a>""",
"[[!IEEE-754-2008]]"
"""<a class="reference external" href="https://ieeexplore.ieee.org/document/8766229">IEEE 754-2019</a>""",
"[[!IEEE-754-2019]]"
)

sys.stdout.write(data)
Expand Down
4 changes: 2 additions & 2 deletions document/core/util/macros.def
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
.. |WasmIssues| replace:: http://github.com/webassembly/spec/issues/
.. _WasmIssues: http://github.com/webassembly/spec/issues/

.. |IEEE754| replace:: IEEE 754-2008
.. _IEEE754: http://ieeexplore.ieee.org/document/4610935/
.. |IEEE754| replace:: IEEE 754-2019
.. _IEEE754: https://ieeexplore.ieee.org/document/8766229

.. |Unicode| replace:: Unicode
.. _Unicode: http://www.unicode.org/versions/latest/
Expand Down

0 comments on commit a221f25

Please sign in to comment.