1#include "nldbl-compat.h"
2
3double
4attribute_hidden
5fmal (double x, double y, double z)
6{
7 return fma (x: x, y: y, z: z);
8}
9

source code of glibc/sysdeps/ieee754/ldbl-opt/nldbl-fma.c