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