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

@ -382,7 +382,6 @@ GPUCommon::GPUCommon(GraphicsContext *gfxCtx, Draw::DrawContext *draw) :
static_assert(sizeof(DisplayList) == 456, "Bad DisplayList size");
Reinitialize();
SetupColorConv();
gstate.Reset();
gstate_c.Reset();
gpuStats.Reset();