mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Include math.h for the fmaf() prototype.
This commit is contained in:
parent
ee0730e61e
commit
a1af0d70da
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177712
@ -27,6 +27,8 @@
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "math.h"
|
||||
|
||||
/*
|
||||
* Fused multiply-add: Compute x * y + z with a single rounding error.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user