From: Mattias EngdegÄrd Date: Tue, 11 Oct 2022 09:10:46 +0000 (+0200) Subject: ; * src/fns.c (HAVE_FAST_UNALIGNED_ACCESS): run faster on mainframes X-Git-Tag: emacs-29.0.90~1616^2~658 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48df8bbb1fd55e363c85e968de3719c9ec5150a7;p=emacs.git ; * src/fns.c (HAVE_FAST_UNALIGNED_ACCESS): run faster on mainframes --- diff --git a/src/fns.c b/src/fns.c index 5eab35a5646..40557923827 100644 --- a/src/fns.c +++ b/src/fns.c @@ -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