From 037e4b993fe03d33055f92dddf7242abd9f6d1de Mon Sep 17 00:00:00 2001 From: Andrew Senkevich Date: Thu, 25 Jun 2015 19:46:50 +0300 Subject: [PATCH] More correct description of linking with vector math library. * NEWS: Fixed description of link with vector math library. --- ChangeLog | 4 ++++ NEWS | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 76b303e4ec..be0be0fa6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-06-25 Andrew Senkevich + + * NEWS: Fixed description of link with vector math library. + 2015-06-25 Andreas Schwab [BZ #18549] diff --git a/NEWS b/NEWS index 35a077e255..c9be0e44f1 100644 --- a/NEWS +++ b/NEWS @@ -61,8 +61,8 @@ Version 2.22 pow, powf. The library can be disabled with --disable-mathvec. Use of the functions is enabled with -fopenmp -ffast-math starting from -O1 for GCC version >= 4.9.0. - The library is linked in as needed when using -lm (no need to specify -lmvec - explicitly). + Shared library libmvec.so is linked in as needed when using -lm (no need to + specify -lmvec explicitly for not static builds). Visit for detailed information. Version 2.21 -- 2.11.4.GIT