Sha256: d811fe42ead7690c8414b1f4afa66e69f33ddb3c7c448a99b0cefc491524f821
Contents?: true
Size: 471 Bytes
Versions: 3
Compression:
Stored size: 471 Bytes
Contents
/* cpucycles cortex.h version 20100912 D. J. Bernstein Public domain. */ #ifndef CPUCYCLES_cortex_h #define CPUCYCLES_cortex_h #ifdef __cplusplus extern "C" { #endif extern long long cpucycles_cortex(void); extern long long cpucycles_cortex_persecond(void); #ifdef __cplusplus } #endif #ifndef cpucycles_implementation #define cpucycles_implementation "cortex" #define cpucycles cpucycles_cortex #define cpucycles_persecond cpucycles_cortex_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/cortex.h |
ruby_nacl-0.1.1 | ext/ruby_nacl/NaCl/cpucycles/cortex.h |
ruby_nacl-0.1.0 | ext/ruby_nacl/NaCl/cpucycles/cortex.h |