Searched refs:PFFFT_SIMD_DISABLE (Results 1 – 11 of 11) sorted by relevance
67 # if !defined(PFFFT_SIMD_DISABLE)69 # define PFFFT_SIMD_DISABLE /* fallback to scalar code */ macro
39 #if !defined(SIMD_SZ) && !defined(PFFFT_SIMD_DISABLE) && (defined(__x86_64__) || defined(_M_X64) ||…
39 #if !defined(PFFFT_SIMD_DISABLE) && (defined(__ppc__) || defined(__ppc64__))
39 #if !defined(PFFFT_SIMD_DISABLE) && defined(PFFFT_ENABLE_NEON) && (defined(__arm__) || defined(__aa…
49 #if !defined(SIMD_SZ) && !defined(PFFFT_SIMD_DISABLE) && !defined(PFFFT_AVX_DISABLE) && defined(__A…
42 #if !defined(PFFFT_SIMD_DISABLE) && defined(PFFFT_ENABLE_NEON) && (defined(__aarch64__) || defined(…
51 #if !defined(SIMD_SZ) && !defined(PFFFT_SIMD_DISABLE) && (defined( __SSE4_2__ ) | defined( __SSE4_…
133 target_compile_definitions(PFFFT PRIVATE PFFFT_SIMD_DISABLE=1)257 target_compile_definitions(test_pffastconv PRIVATE PFFFT_SIMD_DISABLE=1)
1258 #ifdef PFFFT_SIMD_DISABLE
70 #ifndef PFFFT_SIMD_DISABLE