aboutsummaryrefslogtreecommitdiffhomepage
path: root/sample
AgeCommit message (Expand)Author
2021-08-30add Cpu::tAVX512_FP16MITSUNARI Shigeo
2021-08-30remove unused flags(tSSE4a and tSSE5) of CpuMITSUNARI Shigeo
2021-01-02test_util.cpp supports OpenBSDMITSUNARI Shigeo
2020-10-19test_util checks AMX and AVX_VNNIMITSUNARI Shigeo
2020-09-08replace uint32 with uint32_t etc.MITSUNARI Shigeo
2020-05-10fix test for macMITSUNARI Shigeo
2020-01-27perf does not recognize too short function nameMITSUNARI Shigeo
2020-01-15Fix segmentation fault in calc sampletyfkda
2019-09-16remove *.user and *.vcprojMITSUNARI Shigeo
2019-09-15address "warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/SAFESEH' speci...泓量 黃
2019-09-15address a conflict of sharing intermediate directory by different projects泓量 黃
2019-09-15inherit "some output locations" from parent or project defaults泓量 黃
2019-09-15upgrade projects from VS2018 to VS2017泓量 黃
2019-08-24add Profiler classMITSUNARI Shigeo
2019-05-31[sample] fix typo of quantize.cppMITSUNARI Shigeo
2019-05-26add avx512_bf16v5.80MITSUNARI Shigeo
2019-01-17format changeMITSUNARI Shigeo
2018-10-21Xbyak::CastTo is removedMITSUNARI Shigeo
2018-09-04bf uses Label classv5.71MITSUNARI Shigeo
2018-08-28add protect-re.cppMITSUNARI Shigeo
2018-07-26support mingw64v5.661MITSUNARI Shigeo
2018-07-24add PROTECT_RE mode for protect()v5.66MITSUNARI Shigeo
2018-02-13change format and add getter for data_cache_sizev5.62MITSUNARI Shigeo
2017-12-30add flags for intel's manual 319433-030.pdfMITSUNARI Shigeo
2017-08-08add mpxMITSUNARI Shigeo
2017-08-08support sha(thanks to magrosan)MITSUNARI Shigeo
2017-08-08support prefetchwMITSUNARI Shigeo
2017-04-10use VirtualProtect for recent vcMITSUNARI Shigeo
2017-04-10fix wrong access to cur(thanks to koturn)MITSUNARI Shigeo
2017-02-26sample: accept amd64 as a 64bit patformrelease20170401MITSUNARI Shigeo
2017-02-26sample/bf: use mprotect() on other POSIX systems as well by Jan BeichMITSUNARI Shigeo
2017-01-26support prefetchwt1v5.41MITSUNARI Shigeo
2016-11-27rename AVX512_4VNNI to tAVX512_4VNNIWv5.31MITSUNARI Shigeo
2016-11-26add detection of AVX512_4VNNIW and AVX512_4FMAPSMITSUNARI Shigeo
2016-09-29remove some warningsMITSUNARI Shigeo
2016-05-05add detection of avx-512MITSUNARI Shigeo
2015-07-22call supports variadic template if possiblev4.84MITSUNARI Shigeo
2015-06-16add movbev4.83MITSUNARI Shigeo
2015-05-24support detection of F16Cv4.82MITSUNARI Shigeo
2015-05-03include xbyak.h instead of xbyak/xbyak.hMITSUNARI Shigeo
2015-01-28Cpu::Type is excented to 64-bit valuev4.71MITSUNARI Shigeo
2015-01-28add stac/rdseedMITSUNARI Shigeo
2015-01-28support adox, adcxMITSUNARI Shigeo
2014-06-13disable warning for vc2014MITSUNARI Shigeo
2014-04-11add detection of rdrand to Xbyak::util::CpuMITSUNARI Shigeo
2014-01-11Fixes for detection of <unordered_map> vs. <tr1/unordered_map>, 64-bit Darwin.Geoff Nixon
2013-09-18label, jmp, call supports std::stringMITSUNARI Shigeo
2013-09-05add to detect enhanced rep movsb/stosbMITSUNARI Shigeo
2013-08-24rename tGPRi as tBMIi according to latest intel manualMITSUNARI Shigeo
2013-07-04change the type of Xbyak::Error from enum to a classMITSUNARI Shigeo