Revert 3f91dcac71c4 for breaking 'make check'.

This commit is contained in:
Jeff Muizelaar 2010-02-09 00:07:00 -05:00
parent f3a650563d
commit 654903b9ea
3 changed files with 8 additions and 9 deletions

View File

@ -380,7 +380,6 @@ _OBJS = \
$(JRI_STUB_CFILES) \
$(addsuffix .$(OBJ_SUFFIX), $(JMC_GEN)) \
$(CSRCS:.c=.$(OBJ_SUFFIX)) \
$(SSRCS:.S=.$(OBJ_SUFFIX)) \
$(patsubst %.cc,%.$(OBJ_SUFFIX),$(CPPSRCS:.cpp=.$(OBJ_SUFFIX))) \
$(CMSRCS:.m=.$(OBJ_SUFFIX)) \
$(CMMSRCS:.mm=.$(OBJ_SUFFIX)) \

View File

@ -92,7 +92,8 @@ ifdef HAVE_ARM_SIMD
USE_ARM_SIMD_GCC=1
endif
ifdef HAVE_ARM_NEON
USE_ARM_NEON_GCC=1
# temporarily disabled to see if it fixes odd mobile build breakage
#USE_ARM_NEON_GCC=1
endif
endif
@ -147,7 +148,6 @@ endif
ifdef USE_ARM_NEON_GCC
CSRCS += pixman-arm-neon.c
SSRCS += pixman-arm-neon-asm.S
DEFINES += -DUSE_ARM_NEON
ARM_NEON_CFLAGS = -mfloat-abi=softfp -mfpu=neon
endif

View File

@ -817,8 +817,8 @@ generate_composite_function \
vsli.u64 d0, d0, #8
vsli.u64 d0, d0, #16
vsli.u64 d0, d0, #32
vorr d1, d0, d0
vorr q1, q0, q0
vmov d1, d0
vmov q1, q0
.endm
.macro pixman_composite_src_n_8_cleanup
@ -856,8 +856,8 @@ generate_composite_function \
vld1.32 {d0[0]}, [DUMMY]
vsli.u64 d0, d0, #16
vsli.u64 d0, d0, #32
vorr d1, d0, d0
vorr q1, q0, q0
vmov d1, d0
vmov q1, q0
.endm
.macro pixman_composite_src_n_0565_cleanup
@ -894,8 +894,8 @@ generate_composite_function \
add DUMMY, sp, #ARGS_STACK_OFFSET
vld1.32 {d0[0]}, [DUMMY]
vsli.u64 d0, d0, #32
vorr d1, d0, d0
vorr q1, q0, q0
vmov d1, d0
vmov q1, q0
.endm
.macro pixman_composite_src_n_8888_cleanup