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
Age
Commit message (
Expand
)
Author
2019-08-02
update version to v5.802
v5.802
MITSUNARI Shigeo
2019-08-01
Merge branch 'vpirogov-master'
v5.801
MITSUNARI Shigeo
2019-07-31
fixed avx512_bf16 detection
Pirogov, Vadim
2019-06-05
tweak ; vcvtneps2bf16 calls opCvt2
MITSUNARI Shigeo
2019-05-31
[sample] fix typo of quantize.cpp
MITSUNARI Shigeo
2019-05-29
add set_opt.bat for test on Windows
MITSUNARI Shigeo
2019-05-28
add vp2intersectd/vp2intersectq
MITSUNARI Shigeo
2019-05-26
add avx512_bf16
v5.80
MITSUNARI Shigeo
2019-04-27
fix vcmppd/vcmpps for ptr_b
v5.79
MITSUNARI Shigeo
2019-04-15
fix Reg::changeBit
v5.78
MITSUNARI Shigeo
2019-03-06
update version to 5.77
v5.77
MITSUNARI Shigeo
2019-03-06
cosmetic change of getNumCores
MITSUNARI Shigeo
2019-03-06
fix number of cores that share LLC cache
Denis Samoilov
2019-02-14
support non-intel-cpu visual studio
MITSUNARI Shigeo
2019-02-14
Merge branch 'fenghaitao-guard_x86' into develop
MITSUNARI Shigeo
2019-02-14
Guard x86 specific codes with "#if defined(__i386__) || defined(__x86_64__)"
Haitao Feng
2019-01-17
move some member variables input private
MITSUNARI Shigeo
2019-01-17
update version
MITSUNARI Shigeo
2019-01-17
format change
MITSUNARI Shigeo
2019-01-17
Merge branch 'shelleygoel-master'
MITSUNARI Shigeo
2019-01-16
add functionality to get num of cores using x2APIC ID
Shelley Goel
2018-10-31
recover Xbyak::CastTo
v5.751
MITSUNARI Shigeo
2018-10-29
unlink Label when LabelManager is destroyed
v5.75
MITSUNARI Shigeo
2018-10-21
update version
v5.74
MITSUNARI Shigeo
2018-10-21
Xbyak::CastTo is removed
MITSUNARI Shigeo
2018-10-21
add RegRip +/- int
MITSUNARI Shigeo
2018-10-15
increase max temp regs for StackFrame
MITSUNARI Shigeo
2018-10-15
util::StackFrame uses push/pop instead of mov
MITSUNARI Shigeo
2018-09-19
use evex encoding for vpslld/vpslldq/vpsraw/...(reg, mem, imm);
v5.73
MITSUNARI Shigeo
2018-09-19
update version of readme.md
v5.72
MITSUNARI Shigeo
2018-09-19
fix the encoding of vinsertps for disp8N
MITSUNARI Shigeo
2018-09-04
bf uses Label class
v5.71
MITSUNARI Shigeo
2018-09-04
add Label L() for convenience
MITSUNARI Shigeo
2018-08-28
fix typo
MITSUNARI Shigeo
2018-08-28
add protect-re.cpp
MITSUNARI Shigeo
2018-08-28
fix url of protect-re.cpp
MITSUNARI Shigeo
2018-08-28
fix typo of doc
MITSUNARI Shigeo
2018-08-28
update manual
v5.70
MITSUNARI Shigeo
2018-08-28
update test
MITSUNARI Shigeo
2018-08-28
add setProtectMode
MITSUNARI Shigeo
2018-08-28
put warning message if pageSize != 4096
MITSUNARI Shigeo
2018-08-24
a little refactoring
MITSUNARI Shigeo
2018-08-24
fix wrong VSIB encoding with idx >= 16
v5.68
MITSUNARI Shigeo
2018-08-14
update test/cybozu
v5.67
MITSUNARI Shigeo
2018-08-14
remove mutable in Address
MITSUNARI Shigeo
2018-08-13
add cmpsb/scasb/...
MITSUNARI Shigeo
2018-08-13
avoid core_sharing_data_cache = 0 for some cloud envrionment
MITSUNARI Shigeo
2018-07-26
support mingw64
v5.661
MITSUNARI Shigeo
2018-07-24
add PROTECT_RE mode for protect()
v5.66
MITSUNARI Shigeo
2018-06-26
fix push(qword[mem])
v5.65
MITSUNARI Shigeo
[next]