This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] x86_64: Utilize vector math functions w/o -fopenmp


> This shorter patch is OK with spaces added between __attribute__ and '(',
> and between __simd__ and '('.

May be such mention in NEWS also needed for this update?

diff --git a/NEWS b/NEWS
index 37189f7..602ea7a 100644
--- a/NEWS
+++ b/NEWS
@@ -60,6 +60,10 @@ Version 2.23
   C Library is GCC 4.7.  Older GCC versions, and non-GNU compilers, can
   still be used to compile programs using the GNU C Library.

+* Vector math library can be used with GCC 6.* w/o OpenMP SIMD constructs.
+  -ftree-loop-vectorize needed instead of -fopenmp in this case (visit
+  <https://sourceware.org/glibc/wiki/libmvec> for detailed information).
+
 Security related changes:

 * The nan, nanf and nanl functions no longer have unbounded stack usage


--
WBR,
Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]