Files
ARMSX3/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
..
2025-04-30 10:08:16 +02:00
2025-03-10 21:09:27 +01:00
2025-04-30 02:56:23 +02:00
2025-03-10 21:09:27 +01:00
2025-05-01 00:56:37 +02:00
2025-10-14 08:16:02 +03:00
2025-10-14 08:16:02 +03:00