development:simd
Table of Contents
SIMD
Modern processors have capabilities for SIMD (single instruction multiple data) like SSE or AVX instruction sets on x64 or NEON on ARM architecture. Now, in 2022, C/C++ compilers still have problems at automatic vectorization to generate these vector instructions. Assembler or compiler intrinsic functions can be used to enforce the usage ..
CPU architectures/infos
-
- does contain the L1/L2/L3 cache sizes
- Raspberry Pi 4 has Broadcom Chip BCM2711
Libraries
-
- it's origin https://github.com/aff3ct/MIPP
- SSE/AVX to Neon
- Neon for x86/SSE
- SIMD Everywhere
development/simd.txt · Last modified: 2022/12/24 (external edit)