Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-16 | test of cpuid | MITSUNARI Shigeo | |
2022-05-26 | add -cpuid to test_util | MITSUNARI Shigeo | |
2022-05-23 | add detection of clzero | Ryan Houdek | |
2022-05-12 | fix typo | MITSUNARI Shigeo | |
2022-05-12 | add detection of movdir64b | MITSUNARI Shigeo | |
2022-05-12 | add detection of movdiri | MITSUNARI Shigeo | |
2022-05-11 | add cldemote to Cpu | MITSUNARI Shigeo | |
2022-05-11 | detection of clflushopt | MITSUNARI Shigeo | |
2022-04-05 | add waitpkg detection to Cpu | MITSUNARI Shigeo | |
2022-03-08 | sample/memfd shows /proc/self/maps | MITSUNARI Shigeo | |
2022-03-08 | add memfd sample | MITSUNARI Shigeo | |
2022-02-15 | build(make): honour CXXFLAGS, CPPFLAGS and LDFLAGS | Andrea Pappacoda | |
It is currently impossible to pass custom flags to the makefiles using environment variables, because they ignore the predefined macros CXXFLAGS, CPPFLAGS and LDFLAGS. Passing LDFLAGS is defined in the Posix standard (https://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html#tag_20_76_13_09), while the CXXFLAGS and CPPFLAGS variables are predefined in GNU Make (https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html#Implicit-Variables). | |||
2021-12-31 | fix test_util.cpp | MITSUNARI Shigeo | |
2021-08-30 | add Cpu::tAVX512_FP16 | MITSUNARI Shigeo | |
2021-08-30 | remove unused flags(tSSE4a and tSSE5) of Cpu | MITSUNARI Shigeo | |
2021-01-02 | test_util.cpp supports OpenBSD | MITSUNARI Shigeo | |
2020-10-19 | test_util checks AMX and AVX_VNNI | MITSUNARI Shigeo | |
2020-09-08 | replace uint32 with uint32_t etc. | MITSUNARI Shigeo | |
2020-05-10 | fix test for mac | MITSUNARI Shigeo | |
2020-01-27 | perf does not recognize too short function name | MITSUNARI Shigeo | |
2020-01-15 | Fix segmentation fault in calc sample | tyfkda | |
Segmentation fault occurred in `calc` sample when no variables are given from command line argument: ``` $ cd sample $ make calc64 $ ./calc64 "" "123" varTbl = { } 64bit mode zsh: segmentation fault ./calc64 "" "123" ``` `put` function always access `x[0]`, but segmentation fault occurred when `x.size() == 0`. | |||
2019-09-16 | remove *.user and *.vcproj | MITSUNARI Shigeo | |
2019-09-15 | address "warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/SAFESEH' ↵ | 泓量 黃 | |
specification" | |||
2019-09-15 | address a conflict of sharing intermediate directory by different projects | 泓量 黃 | |
2019-09-15 | inherit "some output locations" from parent or project defaults | 泓量 黃 | |
2019-09-15 | upgrade projects from VS2018 to VS2017 | 泓量 黃 | |
2019-08-24 | add Profiler class | MITSUNARI Shigeo | |
2019-05-31 | [sample] fix typo of quantize.cpp | MITSUNARI Shigeo | |
2019-05-26 | add avx512_bf16v5.80 | MITSUNARI Shigeo | |
2019-01-17 | format change | MITSUNARI Shigeo | |
2018-10-21 | Xbyak::CastTo is removed | MITSUNARI Shigeo | |
2018-09-04 | bf uses Label classv5.71 | MITSUNARI Shigeo | |
2018-08-28 | add protect-re.cpp | MITSUNARI Shigeo | |
2018-07-26 | support mingw64v5.661 | MITSUNARI Shigeo | |
2018-07-24 | add PROTECT_RE mode for protect()v5.66 | MITSUNARI Shigeo | |
2018-02-13 | change format and add getter for data_cache_sizev5.62 | MITSUNARI Shigeo | |
2017-12-30 | add flags for intel's manual 319433-030.pdf | MITSUNARI Shigeo | |
2017-08-08 | add mpx | MITSUNARI Shigeo | |
2017-08-08 | support sha(thanks to magrosan) | MITSUNARI Shigeo | |
2017-08-08 | support prefetchw | MITSUNARI Shigeo | |
2017-04-10 | use VirtualProtect for recent vc | MITSUNARI Shigeo | |
2017-04-10 | fix wrong access to cur(thanks to koturn) | MITSUNARI Shigeo | |
2017-02-26 | sample: accept amd64 as a 64bit patformrelease20170401 | MITSUNARI Shigeo | |
2017-02-26 | sample/bf: use mprotect() on other POSIX systems as well by Jan Beich | MITSUNARI Shigeo | |
2017-01-26 | support prefetchwt1v5.41 | MITSUNARI Shigeo | |
2016-11-27 | rename AVX512_4VNNI to tAVX512_4VNNIWv5.31 | MITSUNARI Shigeo | |
2016-11-26 | add detection of AVX512_4VNNIW and AVX512_4FMAPS | MITSUNARI Shigeo | |
2016-09-29 | remove some warnings | MITSUNARI Shigeo | |
2016-05-05 | add detection of avx-512 | MITSUNARI Shigeo | |
2015-07-22 | call supports variadic template if possiblev4.84 | MITSUNARI Shigeo | |