Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 377 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 377 Bytes

fma

This repository contains a software implementation of Fused-Multiply Add (FMA) for 64-bit floating-point values written in Go. The operation conforms to IEEE-754, but only offers the round-to-nearest ties-to-even rounding mode. This implementation is intended to be used in the Go standard library following CL 127458.