Searched defs:SK_ARM_NEON_WRAP (Results 1 – 1 of 1) sorted by relevance
80 # define SK_ARM_NEON_WRAP(x) (x) macro82 # define SK_ARM_NEON_WRAP(x) (x ## _neon) macro84 # define SK_ARM_NEON_WRAP(x) (sk_cpu_arm_has_neon() ? x ## _neon : x) macro