diff options
Diffstat (limited to 'math/math.h')
-rw-r--r-- | math/math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/math.h b/math/math.h index fe7f46f84b..704d499240 100644 --- a/math/math.h +++ b/math/math.h @@ -135,7 +135,7 @@ extern int signgam; FP_FAST_FMA FP_FAST_FMAF FP_FAST_FMAL - If defined it indicates that the the `fma' function + If defined it indicates that the `fma' function generally executes about as fast as a multiply and an add. This macro is defined only iff the `fma' function is implemented directly with a hardware multiply-add instructions. |