implement fma

This commit is contained in:
Erik
2018-07-14 15:21:23 -04:00
parent 76a8bcba39
commit 65b49bb7a0
4 changed files with 204 additions and 3 deletions

View File

@@ -732,7 +732,7 @@ f64f64_f64! {
// With signature `fn(f64, f64, f64) -> f64`
f64f64f64_f64! {
// fma,
fma,
}
// With signature `fn(f64, i32) -> f64`