From 377ed004f2c5b498e0620426a0af447172351f35 Mon Sep 17 00:00:00 2001 From: Andrew Senkevich Date: Mon, 7 Dec 2015 21:58:26 +0300 Subject: Utilize x86_64 vector math functions w/o -fopenmp. This patch allows to use x86_64 vector math functions with GCC 6.* without OpenMP SIMD constructs. For additional details please visit . * sysdeps/x86/fpu/bits/math-vector.h: W/o -fopenmp declare vector math functions with GCC 6.* __attribute__ ((__simd__)). --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 379ba75ee1..7d9622b0ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-12-07 Andrew Senkevich + + * sysdeps/x86/fpu/bits/math-vector.h: W/o -fopenmp use GCC 6.* + __attribute__ ((__simd__)) for vector math function declarations. + 2015-12-04 Paul Eggert Fix typo in strncat, wcsncat manual entries -- cgit 1.4.1