mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 22:10:13 +00:00
More correct description of linking with vector math library.
* NEWS: Fixed description of link with vector math library.
This commit is contained in:
parent
7c2ce714d4
commit
037e4b993f
@ -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>
|
2015-06-25 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
[BZ #18549]
|
[BZ #18549]
|
||||||
|
4
NEWS
4
NEWS
@ -61,8 +61,8 @@ Version 2.22
|
|||||||
pow, powf.
|
pow, powf.
|
||||||
The library can be disabled with --disable-mathvec. Use of the functions is
|
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.
|
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
|
Shared library libmvec.so is linked in as needed when using -lm (no need to
|
||||||
explicitly).
|
specify -lmvec explicitly for not static builds).
|
||||||
Visit <https://sourceware.org/glibc/wiki/libmvec> for detailed information.
|
Visit <https://sourceware.org/glibc/wiki/libmvec> for detailed information.
|
||||||
|
|
||||||
Version 2.21
|
Version 2.21
|
||||||
|
Loading…
Reference in New Issue
Block a user