-
- Downloads
BLI: use sse2neon to emulate SSE instructions with Arm Neon
* WITH_CPU_SSE was renamed to WITH_CPU_SIMD, and now covers both SSE and Neon. * For macOS sse2neon.h is included as part of the precompiled libraries. * For Linux it is enabled if the sse2neon.h header file is detected. However this library does not have official releases and is not shipped with any Linux distribution, so manual installation and configuration is required to get this working. Ref D8237, T78710
Showing
- CMakeLists.txt 48 additions, 23 deletionsCMakeLists.txt
- build_files/cmake/macros.cmake 8 additions, 12 deletionsbuild_files/cmake/macros.cmake
- build_files/cmake/platform/platform_apple.cmake 5 additions, 2 deletionsbuild_files/cmake/platform/platform_apple.cmake
- build_files/cmake/platform/platform_unix.cmake 4 additions, 0 deletionsbuild_files/cmake/platform/platform_unix.cmake
- intern/cycles/CMakeLists.txt 1 addition, 1 deletionintern/cycles/CMakeLists.txt
- source/blender/blenlib/BLI_simd.h 9 additions, 1 deletionsource/blender/blenlib/BLI_simd.h
Please register or sign in to comment