index
:
xbyak
dev
master
a JIT assembler for x86(IA-32)/x64(AMD64, x86-64) MMX/SSE/SSE2/SSE3/SSSE3/SSE4/FPU/AVX/AVX2/AVX-512 by C++ header
herumi
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
sample
/
test_util.cpp
Age
Commit message (
Expand
)
Author
2024-06-11
add detection of tsxldtrk
MITSUNARI Shigeo
2023-12-19
add detection of sse4a/clwb
MITSUNARI Shigeo
2023-12-19
add detection of KEYLOCKER, KEYLOCKER_WIDE
MITSUNARI Shigeo
2023-12-19
add detection of AESKLE, WIDE_KL
MITSUNARI Shigeo
2023-12-14
add detection of avx10/apx_f
MITSUNARI Shigeo
2023-08-07
add detection of AVX_VNNI_INT16
MITSUNARI Shigeo
2023-08-06
add detection of SHA512, SM3, SM4
MITSUNARI Shigeo
2023-03-22
add detection of xsave
Wunkolo
2023-02-20
add detection of uintr
MITSUNARI Shigeo
2023-02-20
add detection of SERIALIZE
MITSUNARI Shigeo
2023-02-17
sample shows cpu cache info for AMD
MITSUNARI Shigeo
2022-12-07
add detection of prefetchiti
MITSUNARI Shigeo
2022-11-30
add detection of cmpccxadd
MITSUNARI Shigeo
2022-11-25
detect rao-int
MITSUNARI Shigeo
2022-10-07
add tAVX_IFMA
MITSUNARI Shigeo
2022-10-07
[sample] show AMX_FP16/AVX_VNNI_INT8/AVX_NE_CONVERT
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
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
2019-05-26
add avx512_bf16
v5.80
MITSUNARI Shigeo
2019-01-17
format change
MITSUNARI Shigeo
2018-02-13
change format and add getter for data_cache_size
v5.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-01-26
support prefetchwt1
v5.41
MITSUNARI Shigeo
2016-11-27
rename AVX512_4VNNI to tAVX512_4VNNIW
v5.31
MITSUNARI Shigeo
2016-11-26
add detection of AVX512_4VNNIW and AVX512_4FMAPS
MITSUNARI Shigeo
2016-05-05
add detection of avx-512
MITSUNARI Shigeo
2015-06-16
add movbe
v4.83
MITSUNARI Shigeo
2015-05-24
support detection of F16C
v4.82
MITSUNARI Shigeo
2015-05-03
include xbyak.h instead of xbyak/xbyak.h
MITSUNARI Shigeo
2015-01-28
Cpu::Type is excented to 64-bit value
v4.71
MITSUNARI Shigeo
2015-01-28
add stac/rdseed
MITSUNARI Shigeo
2015-01-28
support adox, adcx
MITSUNARI Shigeo
2014-04-11
add detection of rdrand to Xbyak::util::Cpu
MITSUNARI Shigeo
2013-09-05
add to detect enhanced rep movsb/stosb
MITSUNARI Shigeo
2013-08-24
rename tGPRi as tBMIi according to latest intel manual
MITSUNARI Shigeo
2013-06-14
define XBYAK_NO_OP_NAMES
MITSUNARI Shigeo
[next]