The following code writes a 16×16 bitmap to a framebuffer using up to AVX2 instuctions. I’m sure it can be improved with AVX512 but I’m only interested in improvements using AVX2 and below. Specifically, I want to know if there is a more efficient way of doing it. Each bit in the bitmap represents aRead more