Searched refs:neon (Results 1 – 24 of 24) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/cmake/ |
A D | cpu.cmake | 40 "-msse4.1;-msse2;-mips32;-mdspr2;-mfpu=neon;-mmsa") 52 # -mfloat-abi=softfp -mfpu=vfpv3-d16" that does not trigger neon 54 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mfpu=neon ")
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | configure.ac | 161 AC_ARG_ENABLE([neon], optenable 162 AS_HELP_STRING([--disable-neon], 167 AS_HELP_STRING([--disable-neon-rtcd], 173 # NEON detected with the use of -mfpu=neon = build only NEON modules with NEON 177 # Test for NEON support without flags before falling back to -mfpu=neon 178 for flag in '' '-mfpu=neon'; do 202 with CFLAGS=-mfpu=neon or 203 --disable-neon-rtcd.]))
|
A D | Android.mk | 29 NEON := c.neon
|
A D | build.gradle | 86 NEON = "c.neon"
|
A D | makefile.unix | 307 src/dsp/neon.h \
|
A D | ChangeLog | 8 5173d4ee neon IsFlat 16 9f4d4a3f neon: GetResidualCost 17 0fd7514b neon: SetResidualCoeffs 1212 b4e731cd neon-implementation for rescaler code 1891 e59f5360 neon: normalize vdup_n_* usage 1894 bc03670f neon: add INIT_VECTOR4 1895 6c1c632b neon: add INIT_VECTOR3 1896 dc7687e5 neon: add INIT_VECTOR2 2002 b9d2bb67 dsp/neon.h: coalesce intrinsics-related defines 2028 ca49e7ad Merge "enc_neon: move Transpose4x4 to dsp/neon.h" [all …]
|
A D | configure | 1487 --disable-neon Disable detection of NEON support [default=auto] 1488 --disable-neon-rtcd Disable runtime detection of NEON support via
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/arm-neon/ |
A D | README | 23 --enable-arm-neon=check 25 Apart from the basic Linux implementation in contrib/arm-neon/linux.c this code
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | configure.ac | 356 AC_ARG_ENABLE([arm-neon], 357 AS_HELP_STRING([[[--enable-arm-neon]]], 379 AC_MSG_WARN([--enable-arm-neon: please specify 'check' or 'api', if] 380 [you want the optimizations unconditionally pass -mfpu=neon] 383 AC_MSG_ERROR([--enable-arm-neon=${enable_arm_neon}: invalid value])
|
A D | README | 150 arm-neon => Optimized code for ARM-NEON platform
|
A D | INSTALL | 137 arm-neon, conftest, examples, gregbook, libtests, pngminim, 291 --enable-arm-neon=yes
|
A D | CHANGES | 4399 Made symbol prefixing work with the ARM neon optimizations. Also allow 4425 --enable-arm-neon=always will stop the run-time checks. New checks 4517 Reverted to version 1.6.2rc03. Recent changes to arm/neon support 4703 arm/filter_neon_intrinsics.c; enable with -mfpu=neon. 4711 causes all clang builds that use -mfpu=neon to use the intrinsics code, 4851 contrib/arm-neon subdirectory. The __linux__ code has also been changed to 4853 is in contrib/arm-neon/linux-auxv.c. The new code avoids POSIX and Linux 4874 Minor editing of contrib/arm-neon/README and contrib/examples/*.c
|
A D | configure | 1499 --enable-arm-neon Enable ARM NEON optimizations: =no/off, check, api,
|
/AliOS-Things-master/components/SDL2/src/cpuinfo/ |
A D | SDL_cpuinfo.c | 422 int neon = 0; in readProcAuxvForNeon() local 428 neon = ((kv[1] & HWCAP_NEON) == HWCAP_NEON); in readProcAuxvForNeon() 434 return neon; in readProcAuxvForNeon()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | build_defs.bzl | 35 "-mfpu=neon",
|
A D | CMakeLists.txt | 12 set(ruy_1_mfpu_neon "-mfpu=neon")
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | Makefile.am | 71 libwebpdspdecode_neon_la_SOURCES += neon.h
|
A D | Makefile.in | 634 filters_neon.c lossless_neon.c neon.h rescaler_neon.c \
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/arm/ |
A D | filter_neon.S | 41 .fpu neon
|
/AliOS-Things-master/components/SDL2/src/video/arm/ |
A D | pixman-arm-neon-asm.S | 52 .fpu neon
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-raspberrypi.md | 35 If your Pi has NEON support, make sure you add -mfpu=neon to your CFLAGS so
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | pnglibconf.dfa | 211 # CC="gcc -mfpu=neon".) 215 # -mfpu=neon to GCC in CC) 218 # '2' should not be necessary as -mfpu=neon will achieve the same
|
/AliOS-Things-master/components/SDL2/ |
A D | CMakeLists.txt | 712 .fpu neon 729 file(GLOB ARMNEON_SOURCES ${SDL2_SOURCE_DIR}/src/video/arm/pixman-arm-neon*.S)
|
A D | configure | 1638 --enable-arm-neon use NEON assembly blitters on ARM [[default=no]] 19540 .fpu neon
|
Completed in 82 milliseconds