...

Text file src/github.com/bytedance/sonic/internal/rt/asm_compat.s

Documentation: github.com/bytedance/sonic/internal/rt

     1// +build !noasm,!amd64 !appengine,!amd64
     2
     3#include "go_asm.h"
     4#include "funcdata.h"
     5#include "textflag.h"
     6
     7TEXT ·MoreStack(SB), NOSPLIT, $0 - 8
     8    NO_LOCAL_POINTERS
     9    RET

View as plain text