From fa702c0240d0741def3955697067b562cc7a7fcd Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 24 Jun 2024 16:07:10 +0200 Subject: Improved CPUID a bit more, adding RDRAND (helps geekbench6 avx2 version) --- src/include/my_cpuid.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/my_cpuid.h b/src/include/my_cpuid.h index a8c4dcec..f017d44d 100644 --- a/src/include/my_cpuid.h +++ b/src/include/my_cpuid.h @@ -5,5 +5,6 @@ typedef struct x64emu_s x64emu_t; void my_cpuid(x64emu_t* emu, uint32_t tmp32u); uint32_t helper_getcpu(x64emu_t* emu); // get the numa/cpu id actually running - +uint32_t get_random32(); +uint64_t get_random64(); #endif //__MY_CPUID_H__ \ No newline at end of file -- cgit 1.4.1