~dokomix/dokomix/+git/box64:main

Last commit made on 2024-06-19
Get this branch:
git clone -b main https://git.launchpad.net/~dokomix/dokomix/+git/box64

Branch merges

Branch information

Name:
main
Repository:
lp:~dokomix/dokomix/+git/box64

Recent commits

5494d95... by ptitSeb <email address hidden>

Added a few more symbols, used by latest steam for linux (for #1603)

9ab686b... by theofficialgman <email address hidden>

switch to maintained Pi-Apps-Coders apt repo (#1605)

closes https://github.com/ptitSeb/box64/issues/1576

5b24440... by ptitSeb <email address hidden>

[ARM64_DYNAREC] Fixed AVX.F2.0F3A F0 opcode

44deff9... by salt431 <email address hidden>

Update arm64_immenc.c (#1602)

combine if (!bitmask || !~bitmask) to (bitmask == 0 || bitmask == ~0ULL) to reduce overhead.

use bitwise operators instead of + operators.

7273ac0... by Yang Liu <email address hidden>

[RV64_DYNAREC] Fixed potential issue of jump_to_next (#1600)

ceb9834... by ptitSeb <email address hidden>

[RCFILE] Better profile for Kingdom Rush Origin linux version

4eebf25... by ptitSeb <email address hidden>

Added BOX64_RESERVE_HIGH in rcfile handling

865ef2f... by ptitSeb <email address hidden>

Added 1 more wrapped symbol to libmpg123

8138ba6... by ptitSeb <email address hidden>

[ARM64_DYNAREC] Added a warning if allocating a scratch register after some YMM

f1c0b52... by ptitSeb <email address hidden>

[ARM64_DYNAREC] Fixed AVX.66.0F 6B opcode