ARM-software / astc-encoder

The Arm ASTC Encoder, a compressor for the Adaptive Scalable Texture Compression data format.
https://developer.arm.com/graphics
Apache License 2.0
1.07k stars 241 forks source link

Thin out SIMD libraries into common code #526

Open solidpixel opened 1 week ago

solidpixel commented 1 week ago

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 commented 1 week ago

Removals: