From cb7954c4c2f46e5da5374c75576612c9b02b2592 Mon Sep 17 00:00:00 2001 From: dengjianbo Date: Tue, 8 Aug 2023 14:15:43 +0800 Subject: 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. --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') 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: -- cgit 1.4.1