1
Fork 0
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:
Mattias Engdegård 2022-10-11 11:10:46 +02:00
parent 5724ee6131
commit 48df8bbb1f

View file

@ -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