powerpc64: Fix by using the configure value $libc_cv_cc_submachine [BZ #31629]
[glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-remainder.c
blob581dc78a4d5c64dd365728d8e26ac43ecffab805
1 #include "nldbl-compat.h"
3 double
4 attribute_hidden
5 remainderl (double x, double y)
7 return remainder (x, y);
9 extern __typeof (remainderl) dreml attribute_hidden;
10 weak_alias (remainderl, dreml)