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:
parent
6de574104c
commit
a68ddd0a8d
34 changed files with 437 additions and 855 deletions
|
@ -474,8 +474,6 @@ private:
|
|||
};
|
||||
|
||||
bool TestQuickTexHash() {
|
||||
SetupTextureDecoder();
|
||||
|
||||
static const int BUF_SIZE = 1024;
|
||||
AlignedMem buf(BUF_SIZE, 16);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue