mirror of
https://github.com/herumi/xbyak
synced 2024-11-20 16:06:14 -07:00
update doc
This commit is contained in:
parent
e690a2a47d
commit
bfd14244ad
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
# History
|
||||
|
||||
* 2023/Dec/20 ver 7.02 SHA* support APX
|
||||
* 2023/Dec/19 ver 7.01 support AESKLE, WIDE_KL, KEYLOCKER, KEYLOCKER_WIDE, detection of APX10/APX
|
||||
* 2023/Dec/01 ver 7.00 support APX
|
||||
* 2023/Aug/07 ver 6.73 add sha512/sm3/sm4/avx-vnni-int16
|
||||
|
|
|
@ -404,6 +404,9 @@ sample/{echo,hello}.bfは http://www.kmonos.net/alang/etc/brainfuck.php から
|
|||
-----------------------------------------------------------------------------
|
||||
◎履歴
|
||||
|
||||
2023/12/20 ver 7.02 SHA*のAPX対応
|
||||
2023/12/19 ver 7.01 AESKLE, WIDE_KL, KEYLOCKER, KEYLOCKER_WIDE対応 APX10/APX判定対応
|
||||
2023/12/01 ver 7.00 APX対応
|
||||
2023/08/07 ver 6.73 sha512/sm3/sm4/avx-vnni-int16追加
|
||||
2023/08/02 ver 6.72 xabort, xbegin, xend追加
|
||||
2023/07/27 ver 6.71 Allocatorでhuge pageを考慮する。
|
||||
|
|
Loading…
Reference in a new issue