Open wells1632 opened 5 years ago
The fastlock_trylock assembly code is broken in common/clisync.h because ARM64 does not understand the macros for movl, xchgl, or xorl.
Right now the entire ASM block is commented out, and fastlock_trylock simply returns a null.
The fastlock_trylock assembly code is broken in common/clisync.h because ARM64 does not understand the macros for movl, xchgl, or xorl.
Right now the entire ASM block is commented out, and fastlock_trylock simply returns a null.