about summary refs log tree commit diff stats
path: root/src/libtools/threads.c
diff options
context:
space:
mode:
authorsalt431 <35209044+salt431@users.noreply.github.com>2024-06-19 02:55:01 -0400
committerGitHub <noreply@github.com>2024-06-19 08:55:01 +0200
commit44deff987cbca95caf8f296a27ec2f4ee2bd32c5 (patch)
treee087ab003fbb6205cfcec5f3de165edea89b7d69 /src/libtools/threads.c
parent7273ac0d34d226066d457ec6a15ba4a9935c5680 (diff)
downloadbox64-44deff987cbca95caf8f296a27ec2f4ee2bd32c5.tar.gz
box64-44deff987cbca95caf8f296a27ec2f4ee2bd32c5.zip
Update arm64_immenc.c (#1602)
combine if (!bitmask || !~bitmask) to (bitmask == 0 || bitmask == ~0ULL) to reduce overhead.

use bitwise operators instead of + operators.
Diffstat (limited to 'src/libtools/threads.c')
0 files changed, 0 insertions, 0 deletions