Sha256: 18eac2568fa45c50cfd23002174acfea1c7c8f55492d0df4c46f9f2aaf54dbc6
Contents?: true
Size: 463 Bytes
Versions: 3
Compression:
Stored size: 463 Bytes
Contents
/* cpucycles alpha.h version 20060318 D. J. Bernstein Public domain. */ #ifndef CPUCYCLES_alpha_h #define CPUCYCLES_alpha_h #ifdef __cplusplus extern "C" { #endif extern long long cpucycles_alpha(void); extern long long cpucycles_alpha_persecond(void); #ifdef __cplusplus } #endif #ifndef cpucycles_implementation #define cpucycles_implementation "alpha" #define cpucycles cpucycles_alpha #define cpucycles_persecond cpucycles_alpha_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/alpha.h |
ruby_nacl-0.1.1 | ext/ruby_nacl/NaCl/cpucycles/alpha.h |
ruby_nacl-0.1.0 | ext/ruby_nacl/NaCl/cpucycles/alpha.h |