MITSUNARI Shigeo
4856dcca61
[sample] XBYAK_NO_OP_NAMES is no longer needed
2024-09-29 19:46:11 +09:00
MITSUNARI Shigeo
258500e81e
[sample] memfd waits to exit
2024-09-29 19:45:24 +09:00
MITSUNARI Shigeo
a9ec16fa3b
[sample] add dump option to bf
2024-09-29 19:44:49 +09:00
MITSUNARI Shigeo
78b4407869
[sample] resize stack element
test / test (push) Waiting to run
2024-08-21 11:18:12 +09:00
MITSUNARI Shigeo
e1e3a1369e
update cpu (sde does not support tsxldtrk)
2024-06-11 16:56:08 +09:00
MITSUNARI Shigeo
f3ab810ba8
add detection of tsxldtrk
2024-06-11 16:45:37 +09:00
MITSUNARI Shigeo
05bdd062f0
[doc] fix typo
2024-03-26 14:59:40 +09:00
MITSUNARI Shigeo
5c95842beb
tweak
2023-12-27 09:16:06 +09:00
MITSUNARI Shigeo
8c44467afb
add no_flags sample
2023-12-27 09:06:48 +09:00
MITSUNARI Shigeo
523cf1ed04
fix comment of sample/ccmp.cpp
2023-12-26 16:22:11 +09:00
MITSUNARI Shigeo
b5e115284a
add sample/ccmp.cpp
2023-12-26 12:18:54 +09:00
MITSUNARI Shigeo
bacd8d34b6
add sample/zero_upper.cpp
2023-12-26 12:18:51 +09:00
MITSUNARI Shigeo
54a1f07f99
update cpuid by sde
2023-12-19 18:48:51 +09:00
MITSUNARI Shigeo
223ddfaf87
add detection of sse4a/clwb
2023-12-19 18:48:51 +09:00
MITSUNARI Shigeo
440972b88c
add detection of KEYLOCKER, KEYLOCKER_WIDE
2023-12-19 17:34:46 +09:00
MITSUNARI Shigeo
68a30b91fa
add detection of AESKLE, WIDE_KL
2023-12-19 17:24:11 +09:00
MITSUNARI Shigeo
5315658ad6
add detection of avx10/apx_f
2023-12-14 17:26:58 +09:00
MITSUNARI Shigeo
4a6132d660
update cpuid list
2023-08-07 10:12:04 +09:00
MITSUNARI Shigeo
bea25541ac
add detection of AVX_VNNI_INT16
2023-08-07 10:11:54 +09:00
MITSUNARI Shigeo
9b3687a68a
add detection of SHA512, SM3, SM4
2023-08-06 09:57:45 +09:00
MITSUNARI Shigeo
c4550b6a9d
sde 9.24.0
2023-08-04 18:00:09 +09:00
MITSUNARI Shigeo
79854aa081
add new cpus
2023-07-10 12:40:42 +09:00
MITSUNARI Shigeo
5921e270c2
update cpuid
2023-07-10 12:40:14 +09:00
MITSUNARI Shigeo
c535f4737e
update cpuid test list
2023-06-27 16:32:01 +09:00
MITSUNARI Shigeo
6832492322
change the order of args of diff
2023-06-27 16:31:51 +09:00
Wunkolo
d700f6c357
add detection of xsave
...
The XSAVE cpuid flag determines if the processor supports the XSAVE
instructions(`xsave`, `xrestor`, `xsetbv`, `xgetbv`).
The OSXSAVE cpuid flag determines if the _operating system_ has XSAVE
**enabled**. Userland code has to use OSXSAVE for features such as AVX
and AVX512 but it still matters to know if the processor itself supports
it but not the operating system such as some virtual-machine contexts.
2023-03-22 17:40:34 -07:00
MITSUNARI Shigeo
23b40331a3
add detection of uintr
2023-02-20 14:07:43 +09:00
MITSUNARI Shigeo
0afd71a270
add detection of SERIALIZE
2023-02-20 14:07:43 +09:00
MITSUNARI Shigeo
363bbaa57d
sample shows cpu cache info for AMD
2023-02-17 12:03:44 +09:00
MITSUNARI Shigeo
f667858761
add detection of prefetchiti
2022-12-07 16:09:18 +09:00
Andrea Pappacoda
fbb18f69d5
ci: use containers
...
GitHub's CI default runners are full of all kinds of software, and this
can cause hard to reproduce errors. Luckly, GitHub Actions supports
running jobs in a container image, so that the build environment is
minimal and reprocucible.
This patch changes the main CI job to run in a Debian Testing container,
fixing the issues described in
<cfb1127c3b
>.
As Debian Testing is a semi-rolling relase distribution, and nasm 2.15
is shipped by default, I've also modified the script to install nasm
from apt instead of building it from source.
2022-12-02 15:10:35 +01:00
MITSUNARI Shigeo
47ff6ef42c
I get an error after all on GitHub action
2022-11-30 14:31:38 +09:00
MITSUNARI Shigeo
dc792cc56b
add detection of cmpccxadd
2022-11-30 12:08:10 +09:00
MITSUNARI Shigeo
62be84cc87
fix detection of boost
2022-11-29 08:38:46 +09:00
MITSUNARI Shigeo
6c047f4808
detect rao-int
2022-11-25 16:21:33 +09:00
MITSUNARI Shigeo
1c1d2366f7
disable boost sample
2022-11-24 16:18:54 +09:00
MITSUNARI Shigeo
cfb1127c3b
tweak
2022-11-24 16:11:22 +09:00
MITSUNARI Shigeo
5fcbeb7c47
[sample] change the way of detection of boost
2022-11-24 15:48:06 +09:00
MITSUNARI Shigeo
a7c5a1bd76
use English
2022-11-24 15:48:06 +09:00
Johan Mattsson
1bfbd8c4dc
Fix incorrect format strings
2022-11-24 15:48:02 +09:00
MITSUNARI Shigeo
95752ebd79
add tAVX_IFMA
2022-10-07 09:30:06 +09:00
MITSUNARI Shigeo
cd36e31ea6
[sample] show AMX_FP16/AVX_VNNI_INT8/AVX_NE_CONVERT
2022-10-07 09:28:49 +09:00
MITSUNARI Shigeo
4fb0e58aae
test of cpuid
2022-06-16 09:56:54 +09:00
MITSUNARI Shigeo
66d62968d4
add -cpuid to test_util
2022-05-26 18:09:03 +09:00
Ryan Houdek
0281129493
add detection of clzero
2022-05-23 15:57:32 -07:00
MITSUNARI Shigeo
905b31bab1
fix typo
2022-05-12 10:56:13 +09:00
MITSUNARI Shigeo
a6665996b9
add detection of movdir64b
2022-05-12 10:21:47 +09:00
MITSUNARI Shigeo
9cdd40f5ec
add detection of movdiri
2022-05-12 10:00:37 +09:00
MITSUNARI Shigeo
84ab46bb3b
add cldemote to Cpu
2022-05-11 17:11:50 +09:00
MITSUNARI Shigeo
38c40c02e6
detection of clflushopt
2022-05-11 14:04:22 +09:00