Sha256: db51112c67e4a54e78fbaf432c0646fe19d63834af239438ae07e6d3de91d071
Contents?: true
Size: 471 Bytes
Versions: 3
Compression:
Stored size: 471 Bytes
Contents
/* cpucycles dev4ns.h version 20100803 D. J. Bernstein Public domain. */ #ifndef CPUCYCLES_dev4ns_h #define CPUCYCLES_dev4ns_h #ifdef __cplusplus extern "C" { #endif extern long long cpucycles_dev4ns(void); extern long long cpucycles_dev4ns_persecond(void); #ifdef __cplusplus } #endif #ifndef cpucycles_implementation #define cpucycles_implementation "dev4ns" #define cpucycles cpucycles_dev4ns #define cpucycles_persecond cpucycles_dev4ns_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/dev4ns.h |
ruby_nacl-0.1.1 | ext/ruby_nacl/NaCl/cpucycles/dev4ns.h |
ruby_nacl-0.1.0 | ext/ruby_nacl/NaCl/cpucycles/dev4ns.h |