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