Home
last modified time | relevance | path

Searched refs:PFFFT_SIMD_DISABLE (Results 1 – 11 of 11) sorted by relevance

/external/pffft/simd/
Dpf_double.h67 # if !defined(PFFFT_SIMD_DISABLE)
69 # define PFFFT_SIMD_DISABLE /* fallback to scalar code */ macro
Dpf_float.h67 # if !defined(PFFFT_SIMD_DISABLE)
69 # define PFFFT_SIMD_DISABLE /* fallback to scalar code */ macro
Dpf_sse1_float.h39 #if !defined(SIMD_SZ) && !defined(PFFFT_SIMD_DISABLE) && (defined(__x86_64__) || defined(_M_X64) ||…
Dpf_altivec_float.h39 #if !defined(PFFFT_SIMD_DISABLE) && (defined(__ppc__) || defined(__ppc64__))
Dpf_neon_float.h39 #if !defined(PFFFT_SIMD_DISABLE) && defined(PFFFT_ENABLE_NEON) && (defined(__arm__) || defined(__aa…
Dpf_avx_double.h49 #if !defined(SIMD_SZ) && !defined(PFFFT_SIMD_DISABLE) && !defined(PFFFT_AVX_DISABLE) && defined(__A…
Dpf_neon_double.h42 #if !defined(PFFFT_SIMD_DISABLE) && defined(PFFFT_ENABLE_NEON) && (defined(__aarch64__) || defined(…
Dpf_sse2_double.h51 #if !defined(SIMD_SZ) && !defined(PFFFT_SIMD_DISABLE) && (defined( __SSE4_2__ ) | defined( __SSE4_…
/external/pffft/
DCMakeLists.txt133 target_compile_definitions(PFFFT PRIVATE PFFFT_SIMD_DISABLE=1)
257 target_compile_definitions(test_pffastconv PRIVATE PFFFT_SIMD_DISABLE=1)
Dbench_pffft.c1258 #ifdef PFFFT_SIMD_DISABLE
Dpf_mixer.cpp70 #ifndef PFFFT_SIMD_DISABLE