diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-07-25 23:55:17 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-07-25 23:55:17 +0200 |
commit | aa4aae3df9cf9f2511378dd47261e4b06303ae41 (patch) | |
tree | 08fc321f21f258759f317a699e5cacb958e8d170 /NEWS | |
parent | 653433cdf0ff435a3fd2e203b4a315556353c818 (diff) | |
download | glibc-aa4aae3df9cf9f2511378dd47261e4b06303ae41.tar.gz glibc-aa4aae3df9cf9f2511378dd47261e4b06303ae41.tar.xz glibc-aa4aae3df9cf9f2511378dd47261e4b06303ae41.zip |
NEWS: Mention AArch64 libmvec under build requirements again
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 852a2bea77..105b22c682 100644 --- a/NEWS +++ b/NEWS @@ -77,7 +77,7 @@ Deprecated and removed features, and other changes affecting compatibility: Changes to build and runtime requirements: - [Add changes to build and runtime requirements here] +* Building libmvec on AArch64 requires at minimum GCC 10 for SVE ACLE. Security related changes: |