Alex Crichton
|
b2cfc3a4f1
|
Run rustfmt over everything
|
2019-05-14 14:40:38 -07:00 |
|
Adrian Bunk
|
c9b4a8423c
|
Fix __sync_fetch_and_nand_* for pre-v6 ARM
gcc changed semantics for __sync_fetch_and_nand_* in gcc 4.4,
and this was implementing the old semantics:
https://gcc.gnu.org/onlinedocs/gcc-8.2.0/gcc/_005f_005fsync-Builtins.html
|
2018-08-18 12:29:01 +03:00 |
|
Amanieu d'Antras
|
af91189aa7
|
Fix argument order for __sync_val_compare_and_swap
|
2017-12-23 08:45:25 +01:00 |
|
Amanieu d'Antras
|
dd2e94ae5b
|
Replace inline asm with function calls in __kuser_cmpxchg and __kuser_memory_barrier
|
2017-12-20 01:57:05 +00:00 |
|
Amanieu d'Antras
|
c95fefa9f6
|
Add atomic support for pre-ARMv6 on Linux
|
2017-10-05 12:44:12 +01:00 |
|