diff options
Diffstat (limited to 'amd64/include/ape/math.h')
-rw-r--r-- | amd64/include/ape/math.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/amd64/include/ape/math.h b/amd64/include/ape/math.h index a880a01f8..3bd3daade 100644 --- a/amd64/include/ape/math.h +++ b/amd64/include/ape/math.h @@ -37,6 +37,7 @@ extern double NaN(void); extern int isNaN(double); extern double Inf(int); extern int isInf(double, int); +extern double fmin(double, double); #ifdef _RESEARCH_SOURCE /* does >> treat left operand as unsigned ? */ |