gpu_neon: new intrinsics-only implementation
authornotaz <notasas@gmail.com>
Sun, 17 Jul 2022 22:26:25 +0000 (01:26 +0300)
committernotaz <notasas@gmail.com>
Mon, 8 Aug 2022 17:18:21 +0000 (20:18 +0300)
commita2cb152a937d0aecbf794e5ba36431e6a17b7483
treef6c0ea73be2014d514db84f46265c1d2cdb0c0b0
parent37725e8cc9157e2e7819538ee5c98279b8dbefff
gpu_neon: new intrinsics-only implementation

~80-95% performance of the asm version on cortex-a72,
but maybe less of a portability nightmare (+arm64 support)
plugins/gpu_neon/psx_gpu/psx_gpu.c
plugins/gpu_neon/psx_gpu/psx_gpu.h
plugins/gpu_neon/psx_gpu/psx_gpu_4x.c
plugins/gpu_neon/psx_gpu/psx_gpu_simd.c [new file with mode: 0644]