diff --git a/action.go b/action.go index d5ef1b6..bdc8337 100644 --- a/action.go +++ b/action.go @@ -71,7 +71,7 @@ var ( Tags: `go_json`, }, `v3`: { - Tags: `sonic`, + Tags: `sonic avx`, }, }, }, @@ -108,7 +108,7 @@ var ( Tags: `go_json`, }, `v3`: { - Tags: `sonic`, + Tags: `sonic avx`, }, }, }, @@ -140,7 +140,7 @@ var ( Tags: `go_json`, }, `v3`: { - Tags: `sonic`, + Tags: `sonic avx`, }, }, }, diff --git a/src/sources/custom/wy/modules/asm.s b/src/sources/custom/wy/modules/asm.s new file mode 100644 index 0000000..9d8986c --- /dev/null +++ b/src/sources/custom/wy/modules/asm.s @@ -0,0 +1 @@ +// 此文件用于跳过linkname编译器检测,可忽略 \ No newline at end of file