mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
7 lines
99 B
C
7 lines
99 B
C
#ifndef __FREQ_AVX512__
|
|
#define __FREQ_AVX512__
|
|
|
|
void* compute_avx512(void * pthread_arg);
|
|
|
|
#endif
|