mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 04:10:27 -08:00
; * src/fns.c (HAVE_FAST_UNALIGNED_ACCESS): run faster on mainframes
This commit is contained in:
parent
5724ee6131
commit
48df8bbb1f
1 changed files with 2 additions and 1 deletions
|
|
@ -442,7 +442,8 @@ If string STR1 is greater, the value is a positive number N;
|
|||
|| defined __i386__ || defined __i386 \
|
||||
|| defined __arm64__ || defined __aarch64__ \
|
||||
|| defined __powerpc__ || defined __powerpc \
|
||||
|| defined __ppc__ || defined __ppc
|
||||
|| defined __ppc__ || defined __ppc \
|
||||
|| defined __s390__ || defined __s390x__
|
||||
#define HAVE_FAST_UNALIGNED_ACCESS 1
|
||||
#else
|
||||
#define HAVE_FAST_UNALIGNED_ACCESS 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue