Skip to content

Commit

Permalink
feat(thrift): pass thrift AST annotation through
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Jul 30, 2023
1 parent 703c19f commit 838efe1
Show file tree
Hide file tree
Showing 12 changed files with 39,691 additions and 40,817 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ CC_amd64 := clang
ASM2ASM_amd64 := tools/asm2asm/asm2asm.py

CFLAGS := -mno-red-zone
CFLAGS += -target x86_64-apple-macos11
CFLAGS += -fno-asynchronous-unwind-tables
CFLAGS += -fno-builtin
CFLAGS += -fno-exceptions
Expand Down
36,684 changes: 17,721 additions & 18,963 deletions internal/native/avx/native_amd64.s

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions internal/native/avx/native_subr_amd64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22,618 changes: 11,361 additions & 11,257 deletions internal/native/avx2/native_amd64.s

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions internal/native/avx2/native_subr_amd64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 838efe1

Please sign in to comment.