Files
archived-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
..
2025-02-11 20:38:35 +01:00
2025-01-06 10:48:00 +01:00
2025-02-11 20:38:35 +01:00
2025-04-30 10:08:16 +02:00
2025-03-10 21:09:27 +01:00
2023-02-22 23:57:20 +01:00
2025-04-30 02:56:23 +02:00
2021-04-11 14:01:51 +03:00
2025-02-11 20:38:35 +01:00
2025-01-14 21:35:57 +01:00
2025-01-14 21:35:57 +01:00
2023-09-11 15:44:33 +03:00
2023-09-11 15:44:33 +03:00
2025-03-10 21:09:27 +01:00
2025-05-01 00:56:37 +02:00
2025-02-11 20:38:35 +01:00
2025-10-14 08:16:02 +03:00
2025-10-14 08:16:02 +03:00
2022-09-17 16:35:02 +03:00
2020-12-12 15:12:01 +03:00