From 7559bf1154b6167787138c00555ff8585bde6540 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sun, 1 Apr 2018 18:09:32 +0200 Subject: ENH: Add a release note about support for 64-bit RISC-V --- doc/release/1.15.0-notes.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/release/1.15.0-notes.rst b/doc/release/1.15.0-notes.rst index f5ba2fa38..06c874c59 100644 --- a/doc/release/1.15.0-notes.rst +++ b/doc/release/1.15.0-notes.rst @@ -82,6 +82,10 @@ Creating a full iOS-compatible NumPy package requires building for the 5 architectures supported by iOS (i386, x86_64, armv7, armv7s and arm64), and combining these 5 compiled builds products into a single "fat" binary. +Build system +------------ +Added experimental support for the 64-bit RISC-V architecture. + Improvements ============ -- cgit v1.2.1