michael@0: area pixman_msvc, code, readonly michael@0: michael@0: export pixman_msvc_try_arm_simd_op michael@0: michael@0: pixman_msvc_try_arm_simd_op michael@0: ;; I don't think the msvc arm asm knows how to do SIMD insns michael@0: ;; uqadd8 r3,r3,r3 michael@0: dcd 0xe6633f93 michael@0: mov pc,lr michael@0: endp michael@0: michael@0: export pixman_msvc_try_arm_neon_op michael@0: michael@0: pixman_msvc_try_arm_neon_op michael@0: ;; I don't think the msvc arm asm knows how to do NEON insns michael@0: ;; veor d0,d0,d0 michael@0: dcd 0xf3000110 michael@0: mov pc,lr michael@0: endp michael@0: michael@0: end