| author | |
| committer | |
| log | 08014589e291d9ffc8ba4d7abc9a669bfd0c3bec |
| tree | 99c78e9fd5b2434f73b5a71776ecf9ec1437214d |
| parent | 49cd0e6f7ce108292528c8210f3b967b31e2c341 |
| signature |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/atomic.zig+2| ... | ... | @@ -445,7 +445,9 @@ pub fn cacheLineForCpu(cpu: std.Target.Cpu) u16 { |
| 445 | 445 | => 32, |
| 446 | 446 | |
| 447 | 447 | // - https://github.com/torvalds/linux/blob/3a7e02c040b130b5545e4b115aada7bacd80a2b6/arch/m68k/include/asm/cache.h#L10 |
| 448 | // - https://github.com/torvalds/linux/blob/3a7e02c040b130b5545e4b115aada7bacd80a2b6/arch/openrisc/include/asm/cache.h#L24 | |
| 448 | 449 | .m68k, |
| 450 | .or1k, | |
| 449 | 451 | => 16, |
| 450 | 452 | |
| 451 | 453 | // - https://www.ti.com/lit/pdf/slaa498 |