Log In
atests
/
atests.libc
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
00762a
math: add fma(x,y,z) test cases for z=0 and x*y rounds to -0
Authored and Committed by Szabolcs Nagy
9 months ago
raw
patch
tree
parent
3 files changed.
24 lines added
.
0 lines removed
.
src/math/special/fma.h
file modified
+8
-0
src/math/special/fmaf.h
file modified
+8
-0
src/math/special/fmal.h
file modified
+8
-0
math: add fma(x,y,z) test cases for z=0 and x*y rounds to -0
src/math/special/fma.h
file modified
+8
-0
src/math/special/fmaf.h
file modified
+8
-0
src/math/special/fmal.h
file modified
+8
-0