aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0273a59..0d0120c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2009-07-29 Ulrich Drepper <drepper@redhat.com>
+ * math/s_fma.c: Don't define alias if __fma is a macro.
+ * math/s_fmaf.c: Likewise.
+ * sysdeps/x86_64/multiarch/s_fma.c: New file.
+ * sysdeps/x86_64/multiarch/s_fmaf.c: New file.
+ Partially based on a patch by H.J. Lu <hongjiu.lu@intel.com>.
+
+ * sysdeps/x86_64/multiarch/init-arch.h (__get_cpu_features): Declare.
+ (HAS_POPCOUNT, HAS_SSE4_2): Add variants which work outside libc.
+ New macro HAS_FMA.
+ * sysdeps/x86_64/multiarch/init-arch.c (__get_cpu_features): New
+ function.
+ * include/libc-symbols.h (libm_ifunc): Define.
+ * sysdeps/x86_64/multiarch/Versions: New file.
+
* sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI.
2009-07-28 H.J. Lu <hongjiu.lu@intel.com>