aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-10-20refactor utilv5.99MITSUNARI Shigeo
2020-10-19test_util checks AMX and AVX_VNNIMITSUNARI Shigeo
2020-10-19update to v5.99MITSUNARI Shigeo
2020-10-19refactorMITSUNARI Shigeo
2020-10-19default encoding is always evexMITSUNARI Shigeo
2020-10-19refactor vnniMITSUNARI Shigeo
2020-10-19Merge branch 'akharito-akharito/adl_support' into devMITSUNARI Shigeo
2020-10-17v5.98v5.98MITSUNARI Shigeo
2020-10-17Merge branch 'akharito/adl_support' of https://github.com/akharito/xbyak into...MITSUNARI Shigeo
2020-10-17support [scale * reg]MITSUNARI Shigeo
2020-10-15cpuid - check that GRT CPUID leaf 7 subleaf 0 should return EAX=1Andrey Kharitonchik
2020-10-15add AVX VNNI instruction supportAndrey Kharitonchik
2020-10-15add ADL CPUIDAndrey Kharitonchik
2020-10-15Add option to choose VEX or EVEX encodingAndrey Kharitonchik
2020-10-13fix indentMITSUNARI Shigeo
2020-10-13Merge branch 'atafra-mac_avx512_fix' into devMITSUNARI Shigeo
2020-10-12fixed incorrect detection of AVX-512 on macOSAttila Afra
2020-10-05Merge branch 'FEX-Emu-extended_features' into devMITSUNARI Shigeo
2020-10-05Merge branch 'extended_features' of https://github.com/FEX-Emu/xbyak into FEX...MITSUNARI Shigeo
2020-10-05Merge branch 'kariya-mitsuru-use-sh'MITSUNARI Shigeo
2020-10-05Merge branch 'use-sh' of https://github.com/kariya-mitsuru/xbyak into kariya-...MITSUNARI Shigeo
2020-10-04Fixes extended feature support checkingRyan Houdek
2020-09-25Use sh instead of tcsh for test scriptsMitsuru Kariya
2020-09-23remove warning of _MSC_VERMITSUNARI Shigeo
2020-09-19Merge branch 'dev'MITSUNARI Shigeo
2020-09-19change the original behavior of SetErrorMITSUNARI Shigeo
2020-09-19rename and fix indentMITSUNARI Shigeo
2020-09-19Merge branch 'sbogusev-master' into devMITSUNARI Shigeo
2020-09-18make l_err() inline with block scope static TLS l_errorBogusevschi, Silviu
2020-09-08v5.97v5.97MITSUNARI Shigeo
2020-09-08XBYAK_ONLY_CLASS_CPU is for only util::CpuMITSUNARI Shigeo
2020-09-08replace uint32 with uint32_t etc.MITSUNARI Shigeo
2020-08-28update to v5.95v5.96MITSUNARI Shigeo
2020-08-28use noexcept if C++11 or laterMITSUNARI Shigeo
2020-08-28remove warningMITSUNARI Shigeo
2020-08-28use constexpr if c++14 or laterMITSUNARI Shigeo
2020-08-25Merge branch 'densamoilov-fix-mov-interface' into devv5.95MITSUNARI Shigeo
2020-08-24fix mov interfaceDenis Samoilov
2020-08-24change the behavior of push((byte|word), imm) to cast imm to int8_t/int16_tMITSUNARI Shigeo
2020-08-21Merge pull request #102 from igorsafo/masterMITSUNARI Shigeo
2020-08-20Cpu: make getNumCores constantSafonov, Igor
2020-08-19Merge pull request #101 from densamoilov/use-thread_local-when-supportedMITSUNARI Shigeo
2020-08-18use thread_local for XBYAK_TLS when supportedDenis Samoilov
2020-08-04CodeGenerator::reset() calls ClearError()v5.941MITSUNARI Shigeo
2020-07-28Merge branch 'cursey-no-winsock2-header'v5.94MITSUNARI Shigeo
2020-07-28v5.94MITSUNARI Shigeo
2020-07-28define WIN32_LEAN_AND_MEAN for including winsock2.h after xbyak.hMITSUNARI Shigeo
2020-07-27Remove #include <winsock2.h>cursey
2020-07-21update docv5.93MITSUNARI Shigeo
2020-07-21rename XBYAK_NOEXCEPTION to XBYAK_NO_EXCEPTIONMITSUNARI Shigeo