Age | Commit message (Expand) | Author |
2024-10-08 | add test of avx10 on windows | MITSUNARI Shigeo |
2024-10-08 | support YMM embedded rounding of AVX10.2 | MITSUNARI Shigeo |
2024-10-08 | [fix] v{max,min}{ph,sh} supports not {er} but {sae} | MITSUNARI Shigeo |
2024-10-08 | add tests of v{add,max,min} with {er}/{sae} | MITSUNARI Shigeo |
2024-10-08 | [fix] v{and,andn,or,xor} does not support {er}. v{max,min} support not {er} b... | MITSUNARI Shigeo |
2024-10-08 | add tests of vfmadd with {er} | MITSUNARI Shigeo |
2024-10-08 | [fix] vfmadd supports {er} | MITSUNARI Shigeo |
2024-10-08 | add test of vcvttpd2dq with sae | MITSUNARI Shigeo |
2024-10-08 | [fix] vcvttpd2dq accepts not {er} but {sae} | MITSUNARI Shigeo |
2024-10-08 | move test of rdfsbase etc. | MITSUNARI Shigeo |
2024-10-07 | define B4 and U in evex | MITSUNARI Shigeo |
2024-10-07 | Merge branch 'dev'v7.08 | MITSUNARI Shigeo |
2024-10-07 | v7.08 | MITSUNARI Shigeo |
2024-10-07 | add {rd,wr}{fs,gs}base | MITSUNARI Shigeo |
2024-09-29 | [sample] XBYAK_NO_OP_NAMES is no longer needed | MITSUNARI Shigeo |
2024-09-29 | [sample] memfd waits to exit | MITSUNARI Shigeo |
2024-09-29 | [sample] add dump option to bf | MITSUNARI Shigeo |
2024-08-29 | Merge branch 'dev'v7.07.1 | MITSUNARI Shigeo |
2024-08-29 | v7.07.1 | MITSUNARI Shigeo |
2024-08-29 | Revert move of .pc and .cmake files to arch-independent dirs | Andrea Pappacoda |
2024-08-21 | adapt to NASM 2.16.03 behavior to pass tests though xchg X,Y == xchg Y,X | MITSUNARI Shigeo |
2024-08-21 | [sample] resize stack element | MITSUNARI Shigeo |
2024-06-12 | Merge branch 'dev'v7.07 | MITSUNARI Shigeo |
2024-06-11 | v7.07 | MITSUNARI Shigeo |
2024-06-11 | update cpu (sde does not support tsxldtrk) | MITSUNARI Shigeo |
2024-06-11 | add detection of tsxldtrk | MITSUNARI Shigeo |
2024-06-11 | add test of xresldtrk/xsusldtrk | MITSUNARI Shigeo |
2024-06-11 | add xresldtrk/xsusldtrk | MITSUNARI Shigeo |
2024-06-11 | Merge branch 'github-actions' of https://github.com/scribam/xbyak into scriba... | MITSUNARI Shigeo |
2024-05-31 | Update actions/checkout to v4 | scribam |
2024-05-09 | [doc] add CONTRIBUTING.md | MITSUNARI Shigeo |
2024-03-26 | [doc] fix typo | MITSUNARI Shigeo |
2024-03-15 | Merge branch 'dev' | MITSUNARI Shigeo |
2024-03-09 | build(meson): arch-independent fixes | Andrea Pappacoda |
2024-03-07 | v7.06v7.06 | MITSUNARI Shigeo |
2024-03-07 | Merge branch 'dev' | MITSUNARI Shigeo |
2024-03-06 | Install cmake files into an arch-independent directory | Zbigniew Jędrzejewski-Szmek |
2024-03-06 | Make xbyak.py installation location arch-independent | Zbigniew Jędrzejewski-Szmek |
2024-02-22 | Merge branch 'dev' | MITSUNARI Shigeo |
2024-02-22 | Merge branch 'koscrob-core-and-cache-detection-improvements' into dev | MITSUNARI Shigeo |
2024-02-22 | recover mask | MITSUNARI Shigeo |
2024-02-22 | remove a blank | MITSUNARI Shigeo |
2024-02-22 | define IntelCpuTopologyLevel for backward compatibility | MITSUNARI Shigeo |
2024-02-22 | remove unused variables | MITSUNARI Shigeo |
2024-02-22 | rename compareVendorString to isEqualStr | MITSUNARI Shigeo |
2024-02-22 | tweak compareVendorString | MITSUNARI Shigeo |
2024-02-22 | use 32bitAsBE | MITSUNARI Shigeo |
2024-02-21 | Changed the vendor string detection code, added the compareVendorString() hel... | koscrob |
2024-02-19 | Improvements to core count and cache hierarchy detection. | koscrob |
2024-02-11 | v7.05.1v7.05.1 | MITSUNARI Shigeo |