avoid some left shifting to sign bit
authornotaz <notasas@gmail.com>
Mon, 10 Feb 2025 22:43:16 +0000 (00:43 +0200)
committernotaz <notasas@gmail.com>
Mon, 10 Feb 2025 23:48:50 +0000 (01:48 +0200)
commitf707f14b867b499195a858cbedd80de88c761b5d
tree6afed6ec24206c4c4123fc6f720fc134f90def23
parent597571ad9fc08cabb4820d91a27bd5ac2eb9616d
avoid some left shifting to sign bit

doesn't patch out left shifting negative values as that seems to be
properly handled by gcc/clang/msvc (even while the standard makes it
undefined), and patching it would uglify the code too much
libpcsxcore/gte.c
libpcsxcore/psxbios.c
libpcsxcore/psxhw.h
libpcsxcore/psxinterpreter.c
plugins/dfsound/registers.c
plugins/gpu_neon/psx_gpu/psx_gpu.c
plugins/gpu_neon/psx_gpu/psx_gpu_parse.c
plugins/gpu_neon/psx_gpu/psx_gpu_simd.c