mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-24 23:40:39 +01:00
7 lines
72 B
C
7 lines
72 B
C
#ifndef __FREQ_SSE__
|
|
#define __FREQ_SSE__
|
|
|
|
void* compute_sse();
|
|
|
|
#endif
|