From 117b7f97535be447a09019657f9ea45c8c4c5202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 1 Jan 2021 17:37:46 +0100 Subject: [PATCH] NEWS: Mention ARM big-endian breakage as a known issue. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 5efc74cc..35a5ae6c 100644 --- a/NEWS +++ b/NEWS @@ -42,6 +42,12 @@ NEWS for the Nettle 3.7 release at configure time, you need to pass --disable-fat to the configure script. + Known issues: + + * The ARM assembly code in this release doesn't work correctly + on big-endian ARM systems. This will hopefully be fixed in a + later release. + Miscellaneous: * Use a few more gmp-6.1 functions: mpn_cnd_add_n, -- GitLab