mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-26 08:20:38 +01:00
[v1.00] Skeleton for future support for other vector instructions in --accurate-pp
This commit is contained in:
9
src/x86/freq/freq.h
Normal file
9
src/x86/freq/freq.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef __FREQ__
|
||||
#define __FREQ__
|
||||
|
||||
#include <stdint.h>
|
||||
#include "../../common/cpu.h"
|
||||
|
||||
int64_t measure_frequency(struct cpuInfo* cpu);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user