Skip to content

Commit

Permalink
fix:(j2t) should check if all names are empty
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Sep 23, 2024
1 parent 252a53d commit 8a5d4aa
Show file tree
Hide file tree
Showing 8 changed files with 53,024 additions and 52,735 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ CFLAGS_avx := -msse -mno-sse4 -mavx -mpclmul -mno-avx2 -mstack-alignment=0 -DUS
CFLAGS_avx2 := -msse -mno-sse4 -mavx -mpclmul -mavx2 -mstack-alignment=0 -DUSE_AVX=1 -DUSE_AVX2=1
CFLAGS_sse := -msse -mno-sse4 -mno-avx -mno-avx2 -mpclmul

CC_amd64 := clang
CC_amd64 := /opt/homebrew/Cellar/llvm\@14/14.0.6/bin/clang
ASM2ASM_amd64 := tools/asm2asm/asm2asm.py

CFLAGS := -mno-red-zone
Expand Down
Loading

0 comments on commit 8a5d4aa

Please sign in to comment.