Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/lib/pixman Disable USE_ARM_SIMD for now. I...



details:   https://anonhg.NetBSD.org/src/rev/1d561d074b02
branches:  trunk
changeset: 789769:1d561d074b02
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Sep 07 09:22:37 2013 +0000

description:
Disable USE_ARM_SIMD for now. It crashes Xorg.

diffstat:

 external/mit/xorg/lib/pixman/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 6a394b2ec281 -r 1d561d074b02 external/mit/xorg/lib/pixman/Makefile
--- a/external/mit/xorg/lib/pixman/Makefile     Sat Sep 07 03:34:59 2013 +0000
+++ b/external/mit/xorg/lib/pixman/Makefile     Sat Sep 07 09:22:37 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.24 2013/06/05 09:04:16 mrg Exp $
+#      $NetBSD: Makefile,v 1.25 2013/09/07 09:22:37 skrll Exp $
 
 NOLINT=        1       # defined
 
@@ -67,10 +67,10 @@
 
 .if ${MACHINE_ARCH} == "earm" || ${MACHINE_ARCH} == "earmhf"
 # ARM SIMD
-SRCS+=         pixman-arm-simd.c               \
-               pixman-arm-simd-asm.S           \
-               pixman-arm-simd-asm-scaled.S
-CPPFLAGS+=     -DUSE_ARM_SIMD
+#SRCS+=                pixman-arm-simd.c               \
+#              pixman-arm-simd-asm.S           \
+#              pixman-arm-simd-asm-scaled.S
+#CPPFLAGS+=    -DUSE_ARM_SIMD
 # ARM NEON
 SRCS+=         pixman-arm-neon.c               \
                pixman-arm-neon-asm.S           \



Home | Main Index | Thread Index | Old Index