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

@ -467,8 +467,6 @@ void NativeInit(int argc, const char *argv[], const char *savegame_dir, const ch
InitFastMath(cpu_info.bNEON);
g_threadManager.Init(cpu_info.num_cores, cpu_info.logical_cpu_count);
SetupAudioFormats();
g_Discord.SetPresenceMenu();
// Make sure UI state is MENU.