aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-05-10add endbr32 and endbr64v5.992MITSUNARI Shigeo
2021-03-11fix typoMITSUNARI Shigeo
2021-03-04use github actionMITSUNARI Shigeo
2021-02-18change build status to travis-ci.comMITSUNARI Shigeo
2021-02-05meanings of the nameMITSUNARI Shigeo
2021-01-02test_util.cpp supports OpenBSDMITSUNARI Shigeo
2020-11-24Merge pull request #115 from Ryan-rsm-McKenzie/masterMITSUNARI Shigeo
2020-11-23fix build interface include directoryryan-rsm-mckenzie
2020-11-23fix add_library call with INTERFACEryan-rsm-mckenzie
2020-11-19support slightly more modern cmakeryan-rsm-mckenzie
2020-11-16v5.991v5.991MITSUNARI Shigeo
2020-11-15disable XBYAK_CONSTEXPR for g++-5 -std=c++-14MITSUNARI Shigeo
2020-10-23Merge branch 'atafra-old_mac_fix' into devMITSUNARI Shigeo
2020-10-21fixed compile error on some older macOS versionsAttila Afra
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