diff options
Diffstat (limited to 'nacl/cpucycles/amd64cpuinfo.h')
-rw-r--r-- | nacl/cpucycles/amd64cpuinfo.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/nacl/cpucycles/amd64cpuinfo.h b/nacl/cpucycles/amd64cpuinfo.h deleted file mode 100644 index 8f858ae7..00000000 --- a/nacl/cpucycles/amd64cpuinfo.h +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | /* | ||
2 | cpucycles amd64cpuinfo.h version 20100803 | ||
3 | D. J. Bernstein | ||
4 | Public domain. | ||
5 | */ | ||
6 | |||
7 | #ifndef CPUCYCLES_amd64cpuinfo_h | ||
8 | #define CPUCYCLES_amd64cpuinfo_h | ||
9 | |||
10 | #ifdef __cplusplus | ||
11 | extern "C" { | ||
12 | #endif | ||
13 | |||
14 | extern long long cpucycles_amd64cpuinfo(void); | ||
15 | extern long long cpucycles_amd64cpuinfo_persecond(void); | ||
16 | |||
17 | #ifdef __cplusplus | ||
18 | } | ||
19 | #endif | ||
20 | |||
21 | #ifndef cpucycles_implementation | ||
22 | #define cpucycles_implementation "amd64cpuinfo" | ||
23 | #define cpucycles cpucycles_amd64cpuinfo | ||
24 | #define cpucycles_persecond cpucycles_amd64cpuinfo_persecond | ||
25 | #endif | ||
26 | |||
27 | #endif | ||