assembly/amd: rename to better names (#14384)

* assembly/amd: rename to better names

* might help fuzzing segfault

* emu2 -> emu
This commit is contained in:
George Hotz
2026-01-28 10:00:54 +08:00
committed by GitHub
parent 065b95cfb0
commit 88bc5ee212
18 changed files with 28 additions and 29 deletions

View File

@@ -679,7 +679,7 @@ jobs:
python-version: '3.13'
- name: Verify AMD autogen is up to date
run: |
python -m extra.assembly.amd.amdxml
python -m extra.assembly.amd.generate
git diff --exit-code extra/assembly/amd/autogen/
- name: Install LLVM 21
run: |