]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
Add opcodes for uint and bit shifting.
authorRudolf Polzer <divVerent@gmail.com>
Fri, 3 Jan 2025 23:24:48 +0000 (18:24 -0500)
committerdivVerent <divVerent@gmail.com>
Wed, 22 Jan 2025 14:20:04 +0000 (09:20 -0500)
commit51db86ac280d2a3006b07c019a136cdd6da4deee
tree1f16ddd32776bba6713db08752146c24d065e2c1
parent06f55aa13f88d1e46d4b17a1d1aaf5678309ab3e
Add opcodes for uint and bit shifting.

- OP_RSHIFT_I
- OP_LSHIFT_I
- OP_LE_U
- OP_LT_U
- OP_DIV_U
- OP_RSHIFT_U

For all other ops FTEQCC emits the _I operations; this is technically
broken but meh. Compile DP with `-fwrapv` if you care.
prvm_edict.c
prvm_exec.c
prvm_execprogram.h