Skip to content

Commit 51146f9

Browse files
Updated stage and spec link
1 parent 4607e64 commit 51146f9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Fused Multiply-Add
22

3-
Stage: 0
3+
Stage: 2
44

55
Champion: Waldemar Horwat @waldemarhorwat
66

7-
[Draft spec](https://waldemarhorwat.github.io/fma/)
7+
[Draft spec](https://tc39.es/proposal-fma/)
88

99
Fused multiply-add is a three-operand IEEE floating-point operation that performs the computation $x × y + z$ with no intermediate rounding of the product — only the final result is rounded. It is a standard operation supported by modern floating-point hardware and mandated by IEEE 754-2019.
1010

spec.emu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script src="./spec.js"></script>
66
<pre class="metadata">
77
title: Fused Multiply Add
8-
stage: 0
8+
stage: 2
99
contributors: Waldemar Horwat
1010
</pre>
1111

0 commit comments

Comments
 (0)