Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/jemalloc/include/jemalloc/internal alignment fo...
details: https://anonhg.NetBSD.org/src/rev/a8dfdfecbde9
branches: trunk
changeset: 997817:a8dfdfecbde9
user: christos <christos%NetBSD.org@localhost>
date: Wed Mar 27 17:02:20 2019 +0000
description:
alignment for sh3
diffstat:
external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r 526dd432df6d -r a8dfdfecbde9 external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h
--- a/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h Wed Mar 27 16:38:49 2019 +0000
+++ b/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h Wed Mar 27 17:02:20 2019 +0000
@@ -97,6 +97,9 @@
# if defined(__riscv) || defined(__riscv__)
# define LG_QUANTUM 4
# endif
+# ifdef __sh3__
+# define LG_QUANTUM 3
+# endif
# ifdef __s390__
# define LG_QUANTUM 4
# endif
Home |
Main Index |
Thread Index |
Old Index