mirror of https://github.com/stenzek/duckstation
RISCV: fix flush cache for linux riscv when clang <= 18
for __builtin___clear_cache, clang-18 generates __clear_cache: https://godbolt.org/z/K5Kx6EEhq, which is an empty function. clang-19 can generates __riscv_flush_icache: https://godbolt.org/z/TKe6Kh61apull/3435/head
parent
d9367229e9
commit
62c0a1e7d4
Loading…
Reference in New Issue