Files
archived-rpcs3/rpcs3/Emu/Cell
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
..
2023-12-30 19:07:35 +01:00
2025-04-30 10:08:16 +02:00
2022-01-15 06:48:04 +03:00
2025-04-30 02:56:23 +02:00
2024-11-16 15:10:20 +01:00
2022-01-15 06:48:04 +03:00
2024-11-23 17:01:25 +02:00
2025-02-11 20:38:35 +01:00
2022-01-15 06:48:04 +03:00
2025-02-11 20:38:35 +01:00
2022-01-15 06:48:04 +03:00
2023-08-28 09:03:56 +03:00