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 22:55:39 +0000 (01:55 +0300)
commit2661255d43338302b2d816f1100b9e8ae2817863
treeee47161b5b41c0aafe3fa33051ea279ebffba4f3
parenta5d30afeabe63d826d8fc1dc86aedf72cf03b457
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]