diff options
author | dengjianbo <dengjianbo@loongson.cn> | 2023-08-08 14:15:43 +0800 |
---|---|---|
committer | caiyinyu <caiyinyu@loongson.cn> | 2023-08-14 09:47:09 +0800 |
commit | cb7954c4c2f46e5da5374c75576612c9b02b2592 (patch) | |
tree | ae31a4da26ee1dd4be1d7dedcce4b54d336fda12 /NEWS | |
parent | 57b2c14272998c0ea08c005edbd90887c2d5fa6b (diff) | |
download | glibc-cb7954c4c2f46e5da5374c75576612c9b02b2592.tar.gz glibc-cb7954c4c2f46e5da5374c75576612c9b02b2592.tar.xz glibc-cb7954c4c2f46e5da5374c75576612c9b02b2592.zip |
LoongArch: Add minuimum binutils required version
LoongArch glibc can add some LASX/LSX vector instructions codes, change the required minimum binutils version to 2.41 which could support vector instructions. HAVE_LOONGARCH_VEC_ASM is removed accordingly.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 97379002f3..1d9ce09488 100644 --- a/NEWS +++ b/NEWS @@ -20,7 +20,8 @@ Deprecated and removed features, and other changes affecting compatibility: Changes to build and runtime requirements: - [Add changes to build and runtime requirements here] +* Building on LoongArch requires at a minimum binutils 2.41 for vector + instructions. Security related changes: |