| ... | ... | @@ -442,10 +442,12 @@ pub fn cacheLineForCpu(cpu: std.Target.Cpu) u16 { |
| 442 | 442 | // - https://github.com/torvalds/linux/blob/3a7e02c040b130b5545e4b115aada7bacd80a2b6/arch/sparc/include/asm/cache.h#L14 |
| 443 | 443 | // - https://github.com/torvalds/linux/blob/3a7e02c040b130b5545e4b115aada7bacd80a2b6/arch/microblaze/include/asm/cache.h#L15 |
| 444 | 444 | // - https://github.com/torvalds/linux/blob/3a7e02c040b130b5545e4b115aada7bacd80a2b6/arch/sh/include/cpu-sh4/cpu/cache.h#L10 |
| 445 | // - https://github.com/openbsd/src/blob/1957873d2063db11dab780eca75b5e629d1e838d/sys/arch/m88k/m88k/atomic.S#L22 |
| 445 | 446 | .arm, |
| 446 | 447 | .armeb, |
| 447 | 448 | .thumb, |
| 448 | 449 | .thumbeb, |
| 450 | .m88k, |
| 449 | 451 | .microblaze, |
| 450 | 452 | .microblazeel, |
| 451 | 453 | .mips, |