Marvee Amasi
DIIDevHeads IoT Integration Server
•Created by Marvee Amasi on 10/18/2024 in #code-review
Optimizing memcpy Performance on Intel Core i7 10700K: SIMD and Compiler Flags
Woaw thanks @ke7c2mi . It is interesting how
memcpy
can use SIMD
instructions like MMX
to optimize the memory transfer and minimize bus transactions. I wasn't aware of the exact mechanisms behind this 🫠6 replies