rpcs3/Utilities
Malcolm b2469039af
Some checks are pending
Generate Translation Template / Generate Translation Template (push) Waiting to run
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (/rpcs3/.ci/build-linux-aarch64.sh, gcc, rpcs3/rpcs3-ci-jammy-aarch64:1.7, ubuntu-24.04-arm) (push) Waiting to run
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (/rpcs3/.ci/build-linux.sh, gcc, rpcs3/rpcs3-ci-jammy:1.7, ubuntu-24.04) (push) Waiting to run
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (a1d35836e8d45bfc6f63c26f0a3e5d46ef622fe1, rpcs3/rpcs3-binaries-linux-arm64, /rpcs3/.ci/build-linux-aarch64.sh, clang, rpcs3/rpcs3-ci-jammy-aarch64:1.7, ubuntu-24.04-arm) (push) Waiting to run
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (d812f1254a1157c80fd402f94446310560f54e5f, rpcs3/rpcs3-binaries-linux, /rpcs3/.ci/build-linux.sh, clang, rpcs3/rpcs3-ci-jammy:1.7, ubuntu-24.04) (push) Waiting to run
Build RPCS3 / RPCS3 Mac ${{ matrix.name }} (0, 51ae32f468089a8169aaf1567de355ff4a3e0842, rpcs3/rpcs3-binaries-mac, Intel) (push) Waiting to run
Build RPCS3 / RPCS3 Mac ${{ matrix.name }} (1, 8e21bdbc40711a3fccd18fbf17b742348b0f4281, rpcs3/rpcs3-binaries-mac-arm64, Apple Silicon) (push) Waiting to run
Build RPCS3 / RPCS3 Windows (push) Waiting to run
Build RPCS3 / RPCS3 Windows Clang ${{ matrix.arch }} (aarch64, clang, clangarm64, ARM64, windows-11-arm) (push) Waiting to run
Build RPCS3 / RPCS3 Windows Clang ${{ matrix.arch }} (x86_64, clang, clang64, X64, windows-2025) (push) Waiting to run
Build RPCS3 / RPCS3 FreeBSD (push) Waiting to run
ARM64: Detect some arm features and let LLVM know if they are or aren't present via attributes
- On x86, LLVM has robust detection for the CPU name. If a CPU like skylake has AVX disabled, it will fall back to something without AVX (nehalem)
- On ARM, detection is not as robust. For instance, on my snapdragon 8 gen 2, it assumes that we have SVE support, as the cortex-x3 supports SVE.
- If an ARM cpu is paired with other cpus from another generation which doesn't support the same instructions as the cortex-x3, or if the cortex-x3 just has SVE disabled for no apparant reason (in the case of the snapdragon 8 gen 2)
- We need to actually detect that ourselves.
- Beyond SVE also detect support for some instructions that might be useful SPU LLVM when optimized with intrinsics.
2026-02-11 08:19:59 +02:00
..
address_range.h
bin_patch.cpp hotfix: fix parentheses when saving some files 2025-04-23 16:27:17 +02:00
bin_patch.h Fix std::basic_string warnings (#16261) 2024-11-11 21:54:44 +02:00
bit_set.h bit_set.h: forward declare fmt_unveil 2025-12-08 12:43:15 +02:00
BitField.h use concepts instead of std::enable_if 2025-02-26 11:04:02 +02:00
cfmt.h
cheat_info.cpp
cheat_info.h
cond.cpp Headers cleanup 2025-02-11 20:38:35 +01:00
cond.h types.hpp: implement smin, smax, amin, amax 2021-05-22 12:10:57 +03:00
Config.cpp
Config.h
CRC.h Make compile with msvc, clang and gcc on Windows 2023-07-11 21:40:30 +03:00
date_time.cpp
date_time.h save-overlays: change list entry contents. 2021-04-30 00:30:26 +02:00
deferred_op.hpp
File.cpp
File.h ISO: Remove psf hack 2026-01-10 15:22:41 +01:00
geometry.h fix some warnings 2023-02-22 23:57:20 +01:00
git-version-gen.cmd
JIT.h
JITASM.cpp
JITLLVM.cpp
lockless.h Atomic utils fixup after ASLR changes (#17168) 2025-05-05 21:48:07 +03:00
LUrlParser.cpp
LUrlParser.h
mutex.cpp Linux: use futex_waitv syscall for atomic waiting 2023-08-02 21:46:06 +03:00
mutex.h
ppu_patch.h Headers cleanup 2025-02-11 20:38:35 +01:00
rXml.cpp
rXml.h Use string_view in rXml 2025-01-14 21:35:57 +01:00
sema.cpp
sema.h Rewrite Utilitis/sema.cpp 2023-09-11 15:44:33 +03:00
simple_ringbuf.cpp sys_rsxaudio: Initial implementation (#11907) 2022-05-05 15:47:44 +02:00
simple_ringbuf.h
stack_trace.cpp android stuff 2025-03-10 21:09:27 +01:00
stack_trace.h
StrFmt.cpp
StrFmt.h
StrUtil.h
sync.h
Thread.cpp
Thread.h
Timer.h input: add enumeration threads for each hid_pad_handler 2022-02-01 19:28:04 +01:00
transactional_storage.h
version.cpp Warning fixes 2022-09-17 16:35:02 +03:00
version.h