Files
cpufetch/src/x86/freq/freq_avx.h

7 lines
90 B
C

#ifndef __FREQ_AVX__
#define __FREQ_AVX__
void* compute_avx(void * pthread_arg);
#endif