Sha256: 30a70ed67ffec4e89753a32d22c5eef0e9401fe30586063e7870527f203682ec
Contents?: true
Size: 519 Bytes
Versions: 3
Compression:
Stored size: 519 Bytes
Contents
/* cpucycles amd64tscfreq.h version 20060318 D. J. Bernstein Public domain. */ #ifndef CPUCYCLES_amd64tscfreq_h #define CPUCYCLES_amd64tscfreq_h #ifdef __cplusplus extern "C" { #endif extern long long cpucycles_amd64tscfreq(void); extern long long cpucycles_amd64tscfreq_persecond(void); #ifdef __cplusplus } #endif #ifndef cpucycles_implementation #define cpucycles_implementation "amd64tscfreq" #define cpucycles cpucycles_amd64tscfreq #define cpucycles_persecond cpucycles_amd64tscfreq_persecond #endif #endif
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby_nacl-0.1.2 | ext/ruby_nacl/NaCl/cpucycles/amd64tscfreq.h |
ruby_nacl-0.1.1 | ext/ruby_nacl/NaCl/cpucycles/amd64tscfreq.h |
ruby_nacl-0.1.0 | ext/ruby_nacl/NaCl/cpucycles/amd64tscfreq.h |