/*optional*/
#include <math.h>
#ifndef FP_FAST_FMA
#error "FP_FAST_FMA is not defined"
#endif
int main(void) { return 0; }
