projects
/
BearSSL
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
001d094
)
Added detection for MIPS64 with n32 ABI.
author
Thomas Pornin
<pornin@bolet.org>
Thu, 3 Jan 2019 19:11:12 +0000
(20:11 +0100)
committer
Thomas Pornin
<pornin@bolet.org>
Thu, 3 Jan 2019 19:11:12 +0000
(20:11 +0100)
src/inner.h
patch
|
blob
|
history
diff --git
a/src/inner.h
b/src/inner.h
index
21d996e
..
986220f
100644
(file)
--- a/
src/inner.h
+++ b/
src/inner.h
@@
-116,6
+116,8
@@
#define BR_64 1
#elif defined(__aarch64__) || defined(_M_ARM64)
#define BR_64 1
+#elif defined(__mips64)
+#define BR_64 1
#endif
#endif