1
0
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:
David Schultz 2008-03-29 16:38:29 +00:00
parent ee0730e61e
commit a1af0d70da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177712

View File

@ -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.
*