Module Name: src Committed By: riastradh Date: Mon Sep 9 15:05:51 UTC 2024
Modified Files: src/include: math.h Log Message: math.h: Define FP_FAST_FMA, FP_FAST_FMAF, FP_FAST_FMAL. These are not strictly necessary to define, really, so we haven't exactly been nonconformant. But they tell programs when they can enable fast paths by using the fma(3) family of functions. PR standards/56234: missing C99 frobs in <math.h> To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/include/math.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.