Files
Rad0van d25972e196 JIT/AArch64: advertise +i8mm to the LLVM target machine
The PPU/SPU recompilers emit i8mm intrinsics (ummla/smmla, used by the
SPU GBB/GBH gather paths) gated on utils::has_i8mm(). The JIT's MAttrs
list mirrored dotprod/sha3/sve from HWCAP but never added i8mm, and the
resolved -mcpu on Apple silicon is the cortex-a78 fallback (no i8mm), so
the backend aborted with "Cannot select: intrinsic %llvm.aarch64.neon.ummla"
on every game. Mirror i8mm into MAttrs like the other features.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
(cherry picked from commit 52d121fee79cc569c9ac273852edd0e493ae51fc)
2026-06-06 18:34:38 +03:00
..
2026-03-01 09:20:32 +02:00
2025-02-11 20:38:35 +01:00
2025-02-11 20:38:35 +01:00
2026-05-07 06:38:57 +03:00
2026-05-08 21:42:29 +02:00
2026-02-20 19:46:39 +02:00
2021-04-11 14:01:51 +03:00
2025-02-11 20:38:35 +01:00
2026-04-22 15:06:02 +02:00
2026-04-22 15:06:02 +02:00
2023-09-11 15:44:33 +03:00
2023-09-11 15:44:33 +03:00
2026-05-13 11:43:32 +03:00
2026-04-16 01:18:05 +02:00
2026-04-30 20:41:35 +02:00
2022-09-17 16:35:02 +03:00
2020-12-12 15:12:01 +03:00