Sha256: 2a72c610b22ff6d2a5e571ea45c702feb62f6d0426f1dd97b54ad7832861f184

Contents?: true

Size: 447 Bytes

Versions: 3

Compression:

Stored size: 447 Bytes

Contents

/*
cpucycles sgi.h version 20070916
D. J. Bernstein
Public domain.
*/

#ifndef CPUCYCLES_sgi_h
#define CPUCYCLES_sgi_h

#ifdef __cplusplus
extern "C" {
#endif

extern long long cpucycles_sgi(void);
extern long long cpucycles_sgi_persecond(void);

#ifdef __cplusplus
}
#endif

#ifndef cpucycles_implementation
#define cpucycles_implementation "sgi"
#define cpucycles cpucycles_sgi
#define cpucycles_persecond cpucycles_sgi_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/sgi.h
ruby_nacl-0.1.1 ext/ruby_nacl/NaCl/cpucycles/sgi.h
ruby_nacl-0.1.0 ext/ruby_nacl/NaCl/cpucycles/sgi.h