This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.21-539-g037e4b9


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  037e4b993fe03d33055f92dddf7242abd9f6d1de (commit)
      from  7c2ce714d4e853aadbec13b920576fdfada520f1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=037e4b993fe03d33055f92dddf7242abd9f6d1de

commit 037e4b993fe03d33055f92dddf7242abd9f6d1de
Author: Andrew Senkevich <andrew.senkevich@intel.com>
Date:   Thu Jun 25 19:46:50 2015 +0300

    More correct description of linking with vector math library.
    
        * NEWS: Fixed description of link with vector math library.

diff --git a/ChangeLog b/ChangeLog
index 76b303e..be0be0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-25  Andrew Senkevich  <andrew.senkevich@intel.com>
+
+	* NEWS: Fixed description of link with vector math library.
+
 2015-06-25  Andreas Schwab  <schwab@suse.de>
 
 	[BZ #18549]
diff --git a/NEWS b/NEWS
index 35a077e..c9be0e4 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 <https://sourceware.org/glibc/wiki/libmvec> for detailed information.
 
 Version 2.21

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    4 ++++
 NEWS      |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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