From 92ca9c2971b0da81a8168ec25c705e2d69cb7257 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Thu, 18 Apr 2013 14:36:48 +0200
Subject: [PATCH] Updated info about ARM neon use.

---
 NEWS | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 44002165..f614c2df 100644
--- a/NEWS
+++ b/NEWS
@@ -34,8 +34,10 @@ NEWS for the 2.7 release
           performance problem is fixed now).
 	
 	The ARM code was tested and benchmarked on Cortex-A9. Some of
-	the functions use "neon" instructions, which are not available
-	on all ARM processors. Feedback appreciated.
+	the functions use "neon" instructions. The configure script
+	decides if neon instructions can be used, and the command line
+	options --enable-arm-neon and --disable-arm-neon can be used
+	to override its choice. Feedback appreciated.
 	  
 	The libraries are intended to be binary compatible with
 	nettle-2.2 and later. The shared library names are
-- 
GitLab