|
|
|
|
|
by TinkersW
260 days ago
|
|
8 bit is not absent in x86 SIMD, it is a slightly less covered than 32 & 16 bit, but you can fully implement all the common 8 bit ops and most are 1 instruction(with AVX2). There are even various horizontal ops on 8 bit values(avg, dot etc). Also AVX512 is way more common than SVE2, all Zen4 & Zen5 support it. |
|