mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-10 10:40:28 +01:00
|
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 }} (51ae32f468089a8169aaf1567de355ff4a3e0842, rpcs3/rpcs3-binaries-mac, .ci/build-mac.sh, Intel) (push) Waiting to run
Build RPCS3 / RPCS3 Mac ${{ matrix.name }} (8e21bdbc40711a3fccd18fbf17b742348b0f4281, rpcs3/rpcs3-binaries-mac-arm64, .ci/build-mac-arm64.sh, Apple Silicon) (push) Waiting to run
Build RPCS3 / RPCS3 Windows (push) Waiting to run
Build RPCS3 / RPCS3 Windows Clang (win64, clang, clang64) (push) Waiting to run
Build RPCS3 / RPCS3 FreeBSD (push) Waiting to run
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. |
||
|---|---|---|
| .. | ||
| asm.hpp | ||
| atomic.cpp | ||
| atomic.hpp | ||
| auto_typemap.hpp | ||
| bless.hpp | ||
| console.cpp | ||
| console.h | ||
| coro.hpp | ||
| cpu_stats.cpp | ||
| cpu_stats.hpp | ||
| dyn_lib.cpp | ||
| dyn_lib.hpp | ||
| emu_utils.cpp | ||
| endian.hpp | ||
| fence.hpp | ||
| fifo_mutex.hpp | ||
| fixed_typemap.hpp | ||
| fnv_hash.hpp | ||
| init_mutex.hpp | ||
| logs.cpp | ||
| logs.hpp | ||
| media_utils.cpp | ||
| media_utils.h | ||
| pair.hpp | ||
| serialization.hpp | ||
| serialization_ext.cpp | ||
| serialization_ext.hpp | ||
| shared_ptr.hpp | ||
| simd.hpp | ||
| slow_mutex.hpp | ||
| sysinfo.cpp | ||
| sysinfo.hpp | ||
| to_endian.hpp | ||
| tsc.hpp | ||
| tuple.hpp | ||
| typeindices.hpp | ||
| types.hpp | ||
| v128.hpp | ||
| video_provider.cpp | ||
| video_provider.h | ||
| video_sink.h | ||
| video_source.h | ||
| vm.hpp | ||
| vm_native.cpp | ||
| yaml.cpp | ||
| yaml.hpp | ||