Module Name: src
Committed By: mrg
Date: Sat Nov 12 07:43:33 UTC 2022
Modified Files:
src/external/mit/xorg/lib/pixman: Makefile
Log Message:
disable arm64 NEON for now. my X server exits for unknown reasons..
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/external/mit/xorg/lib/pixman/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/lib/pixman/Makefile
diff -u src/external/mit/xorg/lib/pixman/Makefile:1.39 src/external/mit/xorg/lib/pixman/Makefile:1.40
--- src/external/mit/xorg/lib/pixman/Makefile:1.39 Sat Nov 12 04:00:57 2022
+++ src/external/mit/xorg/lib/pixman/Makefile Sat Nov 12 07:43:33 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2022/11/12 04:00:57 mrg Exp $
+# $NetBSD: Makefile,v 1.40 2022/11/12 07:43:33 mrg Exp $
NOLINT= 1 # defined
@@ -90,7 +90,7 @@ AFLAGS+= ${${ACTIVE_CC} == "clang" :? -f
#CPPFLAGS+= -DUSE_ARM_IWMMXT
.endif
-.if !empty(MACHINE_ARCH:Maarch64*)
+.if !empty(MACHINE_ARCH:Maarch64*) && 0
# ARM64 NEON
SRCS+= pixman-arm-neon.c \
pixman-arma64-neon-asm.S \