News

One of the fun parts of the ESP32-S3 microcontroller is that it got upgraded to the newer Cadence Xtensa LX7 processor core, which turns out to have a range of SIMD instructions that can help to si… ...
This was a learning project I did for computer organization course. It compares naive implementation of memset and memcpy using naive for loop, and simplest SIMD implementation using 128 bit SSE / 256 ...
The authors present a critical survey of parallel architectures and algorithms for image processing. The emphasis is on single-instruction-stream, multiple-data-stream (SIMD) computers with nonshared ...