Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion depends/xbyak
Submodule xbyak updated 62 files
+11 −0 .github/workflows/main.yml
+1 −0 .gitignore
+43 −3 CMakeLists.txt
+1 −1 Makefile
+1 −0 cmake/config.cmake.in
+10 −0 gen/avx_type.hpp
+86 −68 gen/gen_avx512.cpp
+290 −148 gen/gen_code.cpp
+363 −205 readme.md
+99 −14 readme.txt
+19 −5 sample/Makefile
+16 −18 sample/bf.cpp
+0 −427 sample/bf.vcproj
+228 −0 sample/bf.vcxproj
+3 −3 sample/calc.cpp
+0 −423 sample/calc.vcproj
+228 −0 sample/calc.vcxproj
+2 −2 sample/calc2.cpp
+90 −0 sample/profiler.cpp
+70 −0 sample/protect-re.cpp
+16 −19 sample/quantize.cpp
+0 −427 sample/quantize.vcproj
+228 −0 sample/quantize.vcxproj
+6 −2 sample/static_buf.cpp
+13 −9 sample/test0.cpp
+0 −427 sample/test0.vcproj
+228 −0 sample/test0.vcxproj
+16 −2 sample/test_util.cpp
+0 −427 sample/test_util.vcproj
+228 −0 sample/test_util.vcxproj
+25 −25 sample/toyvm.cpp
+0 −427 sample/toyvm.vcproj
+228 −0 sample/toyvm.vcxproj
+33 −2 test/Makefile
+15 −32 test/bad_address.cpp
+79 −53 test/cvt_test.cpp
+0 −27 test/cybozu/COPYRIGHT
+59 −17 test/cybozu/inttype.hpp
+1 −1 test/cybozu/test.hpp
+248 −15 test/jmp.cpp
+230 −220 test/make_512.cpp
+253 −122 test/make_nm.cpp
+162 −1 test/misc.cpp
+13 −24 test/nm_frame.cpp
+111 −0 test/noexception.cpp
+1 −1 test/normalize_prefix.cpp
+2 −2 test/rip-label-imm.cpp
+2 −0 test/set_opt.bat
+85 −7 test/sf_test.cpp
+1 −1 test/test_address.bat
+1 −2 test/test_address.sh
+1 −1 test/test_avx.bat
+29 −25 test/test_avx.sh
+1 −1 test/test_avx512.bat
+18 −16 test/test_avx512.sh
+4 −0 test/test_avx_all.bat
+6 −3 test/test_nm.bat
+42 −31 test/test_nm.sh
+14 −10 xbyak.sln
+731 −435 xbyak/xbyak.h
+397 −305 xbyak/xbyak_mnemonic.h
+385 −128 xbyak/xbyak_util.h