notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf55f16
)
gpu_neon: rm wrong cost qualifier
author
notaz
<notasas@gmail.com>
Thu, 15 Sep 2022 23:34:58 +0000
(
02:34
+0300)
committer
notaz
<notasas@gmail.com>
Thu, 15 Sep 2022 23:34:58 +0000
(
02:34
+0300)
plugins/gpu_neon/psx_gpu/psx_gpu_simd.c
patch
|
blob
|
blame
|
history
diff --git
a/plugins/gpu_neon/psx_gpu/psx_gpu_simd.c
b/plugins/gpu_neon/psx_gpu/psx_gpu_simd.c
index
86d1cf1
..
486897f
100644
(file)
--- a/
plugins/gpu_neon/psx_gpu/psx_gpu_simd.c
+++ b/
plugins/gpu_neon/psx_gpu/psx_gpu_simd.c
@@
-2585,7
+2585,7
@@
void texture_blocks_16bpp(psx_gpu_struct *psx_gpu)
gvmull_u8(pixels_##component, texels_##component, colors_##component) \
#define shade_blocks_textured_modulated_do(shading, dithering, target) \
-
const block_struct * __restrict__ block = psx_gpu->blocks;
\
+
block_struct * __restrict__ block = psx_gpu->blocks;
\
u32 num_blocks = psx_gpu->num_blocks; \
vec_8x16u texels; \
\