about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-20 21:55:41 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-20 21:55:41 -0400
commit8d4f46c613c4397c5531b959744541862cf09ad0 (patch)
tree8000c6e2a7de500b19012efc76b9bb43807ff6a0
parentabe496adf0d4d299017c4029794c0e24a3e06d97 (diff)
downloadglibc-8d4f46c613c4397c5531b959744541862cf09ad0.tar.gz
glibc-8d4f46c613c4397c5531b959744541862cf09ad0.tar.xz
glibc-8d4f46c613c4397c5531b959744541862cf09ad0.zip
Move fma routines to right place
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/x86_64/fpu/multiarch/s_fma.c (renamed from sysdeps/x86_64/multiarch/s_fma.c)0
-rw-r--r--sysdeps/x86_64/fpu/multiarch/s_fmaf.c (renamed from sysdeps/x86_64/multiarch/s_fmaf.c)0
3 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c076b3669a..6cf990699a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-20  Ulrich Drepper  <drepper@gmail.com>
+
+	* sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
+	* sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
+
 2011-10-20  Andreas Schwab  <schwab@redhat.com>
 
 	[BZ #12892]
diff --git a/sysdeps/x86_64/multiarch/s_fma.c b/sysdeps/x86_64/fpu/multiarch/s_fma.c
index 9a680c68fc..9a680c68fc 100644
--- a/sysdeps/x86_64/multiarch/s_fma.c
+++ b/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
index 85ef65a50e..85ef65a50e 100644
--- a/sysdeps/x86_64/multiarch/s_fmaf.c
+++ b/sysdeps/x86_64/fpu/multiarch/s_fmaf.c