diff options
Diffstat (limited to 'vendor/github.com/bytedance/sonic/internal/rt/asm_arm64.s')
-rw-r--r-- | vendor/github.com/bytedance/sonic/internal/rt/asm_arm64.s | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/github.com/bytedance/sonic/internal/rt/asm_arm64.s b/vendor/github.com/bytedance/sonic/internal/rt/asm_arm64.s new file mode 100644 index 000000000..a168a8266 --- /dev/null +++ b/vendor/github.com/bytedance/sonic/internal/rt/asm_arm64.s @@ -0,0 +1,10 @@ +// +build !noasm !appengine +// Code generated by asm2asm, DO NOT EDIT. + +#include "go_asm.h" +#include "funcdata.h" +#include "textflag.h" + +TEXT ·MoreStack(SB), NOSPLIT, $0 - 8 + NO_LOCAL_POINTERS + RET |