projects
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b697b4
)
riscv64-supported
author
Debian Science Team
<debian-science-maintainers@lists.alioth.debian.org>
Wed, 27 Jan 2021 05:56:54 +0000
(
05:56
+0000)
committer
Mo Zhou
<lumin@debian.org>
Wed, 27 Jan 2021 05:56:54 +0000
(
05:56
+0000)
Gbp-Pq: Name riscv64-supported.patch
getarch.c
patch
|
blob
|
history
diff --git
a/getarch.c
b/getarch.c
index 29671736e9da6f61d1da048141aa686746b5288a..f48944f36662cb43983d9d4b1f3e90fdad5c83d9 100644
(file)
--- a/
getarch.c
+++ b/
getarch.c
@@
-1375,6
+1375,7
@@
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifdef __riscv
#include "cpuid_riscv64.c"
+#define OPENBLAS_SUPPORTED
#endif
#ifdef __arm__