rpcs3/Utilities
oltolm fcff16b6f7
Fix Clang build and other small fixes (#17736)
1. I fixed the Clang build.
1. I removed what I think is an unnecessary `ptrtoint` in
`rpcs3/Emu/Cell/PPUTranslator.cpp`. I am not 100% sure that it's
correct, but I tested a small LLVM IR snippet and it didn't make a
difference. The ASM code was the same.
1. I also changed the definition of `prefetch_write` from `return
__builtin_prefetch(ptr, 1, 0);` to `return __builtin_prefetch(ptr, 1,
3);` because that's how `_m_prefetchw` is defined in GCC.
2025-11-23 07:11:36 +02:00
..
address_range.h
bin_patch.cpp
bin_patch.h
bit_set.h
BitField.h
cfmt.h Headers cleanup 2025-02-11 20:38:35 +01:00
cheat_info.cpp
cheat_info.h
cond.cpp
cond.h
Config.cpp
Config.h
CRC.h
date_time.cpp
date_time.h
deferred_op.hpp
File.cpp
File.h
geometry.h
git-version-gen.cmd
JIT.h
JITASM.cpp
JITLLVM.cpp
lockless.h
LUrlParser.cpp
LUrlParser.h
mutex.cpp
mutex.h
ppu_patch.h
rXml.cpp
rXml.h
sema.cpp
sema.h
simple_ringbuf.cpp
simple_ringbuf.h
stack_trace.cpp
stack_trace.h
StrFmt.cpp
StrFmt.h
StrUtil.h
sync.h
Thread.cpp
Thread.h
Timer.h
transactional_storage.h
version.cpp
version.h