blob: 4decfe66ee19d4f9f1ade7b3c43649d96bc7248e [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001From 629891f67601275c9c4de0bb01afcf1a8c44fa3f Mon Sep 17 00:00:00 2001
Brad Bishop316dfdd2018-06-25 12:45:53 -04002From: Khem Raj <raj.khem@gmail.com>
3Date: Fri, 16 Mar 2018 19:55:21 -0700
4Subject: [PATCH] npy_cpu: Add riscv support
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
Brad Bishop316dfdd2018-06-25 12:45:53 -04007Upstream-Status: Submitted [https://github.com/numpy/numpy/pull/10761]
Brad Bishopc342db32019-05-15 21:57:59 -04008---
Brad Bishop316dfdd2018-06-25 12:45:53 -04009 numpy/core/include/numpy/npy_cpu.h | 2 ++
10 1 file changed, 2 insertions(+)
11
12diff --git a/numpy/core/include/numpy/npy_cpu.h b/numpy/core/include/numpy/npy_cpu.h
Brad Bishopc342db32019-05-15 21:57:59 -040013index 5edd8f4..e1e4796 100644
Brad Bishop316dfdd2018-06-25 12:45:53 -040014--- a/numpy/core/include/numpy/npy_cpu.h
15+++ b/numpy/core/include/numpy/npy_cpu.h
Brad Bishopc342db32019-05-15 21:57:59 -040016@@ -96,6 +96,8 @@
17 #define NPY_CPU_OR1K
Brad Bishop316dfdd2018-06-25 12:45:53 -040018 #elif defined(__mc68000__)
19 #define NPY_CPU_M68K
20+#elif defined(__riscv)
21+ #define NPY_CPU_RISCV
22 #elif defined(__arc__) && defined(__LITTLE_ENDIAN__)
23 #define NPY_CPU_ARCEL
24 #elif defined(__arc__) && defined(__BIG_ENDIAN__)