Sha256: e210ac8a240d6f4033fb45954a2125ce4dc3396b3bab80446d413b9770a520f5
Contents?: true
Size: 495 Bytes
Versions: 3
Compression:
Stored size: 495 Bytes
Contents
/* cpucycles celllinux.h version 20081201 D. J. Bernstein Public domain. */ #ifndef CPUCYCLES_celllinux_h #define CPUCYCLES_celllinux_h #ifdef __cplusplus extern "C" { #endif extern long long cpucycles_celllinux(void); extern long long cpucycles_celllinux_persecond(void); #ifdef __cplusplus } #endif #ifndef cpucycles_implementation #define cpucycles_implementation "celllinux" #define cpucycles cpucycles_celllinux #define cpucycles_persecond cpucycles_celllinux_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/celllinux.h |
ruby_nacl-0.1.1 | ext/ruby_nacl/NaCl/cpucycles/celllinux.h |
ruby_nacl-0.1.0 | ext/ruby_nacl/NaCl/cpucycles/celllinux.h |