S390: Ifunc resolver macro for vector instructions.
[glibc.git] / sysdeps / arm / s_fmaf.c
blob550d8b85d312301d17065e3cddbd1143464fe56a
1 #ifdef __SOFTFP__
2 # include <soft-fp/fmasf4.c>
3 #else
4 # include <sysdeps/ieee754/dbl-64/s_fmaf.c>
5 #endif