From: Ulrich Drepper Date: Fri, 21 Oct 2011 01:55:41 +0000 (-0400) Subject: Move fma routines to right place X-Git-Tag: glibc-2.15~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d4f46c613c4397c5531b959744541862cf09ad0;p=thirdparty%2Fglibc.git Move fma routines to right place --- diff --git a/ChangeLog b/ChangeLog index c076b3669af..6cf990699a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-10-20 Ulrich Drepper + + * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch. + * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise. + 2011-10-20 Andreas Schwab [BZ #12892] diff --git a/sysdeps/x86_64/multiarch/s_fma.c b/sysdeps/x86_64/fpu/multiarch/s_fma.c similarity index 100% rename from sysdeps/x86_64/multiarch/s_fma.c rename to sysdeps/x86_64/fpu/multiarch/s_fma.c diff --git a/sysdeps/x86_64/multiarch/s_fmaf.c b/sysdeps/x86_64/fpu/multiarch/s_fmaf.c similarity index 100% rename from sysdeps/x86_64/multiarch/s_fmaf.c rename to sysdeps/x86_64/fpu/multiarch/s_fmaf.c