summaryrefslogtreecommitdiff
path: root/doc/release/1.16.0-notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release/1.16.0-notes.rst')
-rw-r--r--doc/release/1.16.0-notes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release/1.16.0-notes.rst b/doc/release/1.16.0-notes.rst
index 8df763b56..3daa4ae97 100644
--- a/doc/release/1.16.0-notes.rst
+++ b/doc/release/1.16.0-notes.rst
@@ -41,6 +41,12 @@ Even when no elements needed to be drawn, ``np.random.randint`` and
distribution. This has been fixed so that e.g.
``np.random.choice([], 0) == np.array([], dtype=float64)``.
+ARM support updated
+-------------------
+Support for ARM CPUs has been updated to accommodate 32 and 64 bit targets,
+and also big and little endian byte ordering. AARCH32 memory alignment issues
+have been addressed.
+
Changes
=======