mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-30 13:24:27 +01:00
Rationalize -mcpu for emulators, compilers and assemblers on ARM
Move SVE example in from arm-assembly-cheat. atomic.cpp aarch64 add LSE ldadd placeholder, not compiling yet
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* https://github.com/cirosantilli/linux-kernel-module-cheat#cmpxchg-instruction */
|
||||
/* https://github.com/cirosantilli/linux-kernel-module-cheat#x86-cmpxchg-instruction */
|
||||
|
||||
#include <lkmc.h>
|
||||
|
||||
@@ -24,5 +24,4 @@ LKMC_PROLOGUE
|
||||
LKMC_ASSERT_EQ(%rax, $0)
|
||||
LKMC_ASSERT_EQ(%r13, $2)
|
||||
LKMC_ASSERT_EQ(%r14, $2)
|
||||
|
||||
LKMC_EPILOGUE
|
||||
|
||||
Reference in New Issue
Block a user