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 only enable ARM SIMD and NEON f...
details: https://anonhg.NetBSD.org/src/rev/68e81f3c1d25
branches: trunk
changeset: 784554:68e81f3c1d25
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Fri Feb 01 00:17:24 2013 +0000
description:
only enable ARM SIMD and NEON for earm, as the configure script tests for this
diffstat:
external/mit/xorg/lib/pixman/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r d97da500aa3b -r 68e81f3c1d25 external/mit/xorg/lib/pixman/Makefile
--- a/external/mit/xorg/lib/pixman/Makefile Thu Jan 31 23:40:48 2013 +0000
+++ b/external/mit/xorg/lib/pixman/Makefile Fri Feb 01 00:17:24 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2013/01/31 12:21:12 jmcneill Exp $
+# $NetBSD: Makefile,v 1.17 2013/02/01 00:17:24 jmcneill Exp $
NOLINT= 1 # defined
@@ -55,7 +55,7 @@
#COPTS.pixman-sse2.c= -msse2 -fvisibility=hidden
.endif
-.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "earm"
+.if ${MACHINE_ARCH} == "earm"
# ARM SIMD
SRCS+= pixman-arm-simd.c \
pixman-arm-simd-asm.S
@@ -65,8 +65,6 @@
pixman-arm-neon-asm.S \
pixman-arm-neon-asm-bilinear.S
CPPFLAGS+= -DUSE_ARM_NEON
-.endif
-.if ${MACHINE_ARCH} == "earm"
# ARM iwMMX
SRCS+= pixman-mmx.c
COPTS.pixman-mmx.c= -mcpu=iwmmxt
Home |
Main Index |
Thread Index |
Old Index