Skip to content

Commit 566bab8

Browse files
Update README.md
Add Swift link
1 parent 472f66d commit 566bab8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Fused multiply-add is supported with IEEE 754 semantics in other major programmi
2020
* C# [`Math.FusedMultiplyAdd`](https://learn.microsoft.com/en-us/dotnet/api/system.math.fusedmultiplyadd)
2121
* Python: [`math.fma`](https://docs.python.org/3/library/math.html#math.fma)
2222
* Rust: [`mul_add`](https://doc.rust-lang.org/std/primitive.f64.html#method.mul_add)
23+
* Swift: [`addProduct`](https://developer.apple.com/documentation/swift/float/addproduct(_:_:)), [`addingProduct`](https://developer.apple.com/documentation/swift/float/addingproduct(_:_:))
2324

2425
## Usage
2526

0 commit comments

Comments
 (0)