avatar

weekends are for leisure

Tutorial: Using ARMv6 SIMD Intrinsic Instructions on a Raspberry PI Zero W

July 20, 2023 · 7 minute read · Tags: arm , c , programming , raspberry-pi , simd

Raspberry Pi Zero W computers have a single core ARM1176JZF-S CPU that implements version 6 of the ARM11 ARM architecture. From the docs: It supports the ARM and Thumb instruction sets, Jazelle technology to enable direct execution of Java bytecodes, and a range of SIMD DSP instructions that operate on 16-bit or 8-bit data values in 32-bit registers. The SIMD (Single Instruction Multiple Data) instructions are what we’ll be talking about in this tutorial.
Continue reading

© 2024 - Released under the MIT licensePowered by Hugo with the Type Theme