Commit 5d1f519
authored
Add riscv64 support in x9 and rANS (#15669)
- x9.c: add a riscv64 branch to the arch guards, emitting the PAUSE
hint (Zihintpause) as a raw .4byte encoding so it assembles regardless
of -march and is a NOP on cores without the extension.
- rANS defines.h: add riscv64 (64-bit) to the coder-detection guard so
the existing scalar Compat/SingleStream coders are selected; no SIMD.
Refs #156641 parent e4d1882 commit 5d1f519
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
370 | 371 | | |
371 | 372 | | |
372 | 373 | | |
| 374 | + | |
| 375 | + | |
373 | 376 | | |
374 | 377 | | |
375 | 378 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments