astc-encoder icon indicating copy to clipboard operation
astc-encoder copied to clipboard

Thin out SIMD libraries into common code

Open solidpixel opened this issue 1 year ago • 1 comments

We should aim to minimize the amount of code in the per-ISA SIMD headers, moving things we can into a common header. We've done this for the 4-wide code, although it could do with a cleanup pass, but we should do it for the 8-wide ISAs too.

solidpixel avatar Nov 16 '24 10:11 solidpixel

Removals:

  • #527 (unused)

solidpixel avatar Nov 16 '24 11:11 solidpixel