Merge separate NEON functions into the normal functions.

We no longer support non-NEON ARM.

It's nice also to have the NEON and SSE implementations "close" to each
other, easier to port optimizations back and forth etc.
This commit is contained in:
Henrik Rydgård 2022-04-12 22:56:05 +02:00
parent 6de574104c
commit a68ddd0a8d
34 changed files with 437 additions and 855 deletions

View file

@ -474,8 +474,6 @@ private:
};
bool TestQuickTexHash() {
SetupTextureDecoder();
static const int BUF_SIZE = 1024;
AlignedMem buf(BUF_SIZE, 16);