Sha256: 69eb8fa1af29d24be0670db02b0b336b96894cc2041aaae80d7ab2eeaa0d4832

Contents?: true

Size: 535 Bytes

Versions: 3

Compression:

Stored size: 535 Bytes

Contents

/*
cpucycles powerpccpuinfo.h version 20100803
D. J. Bernstein
Public domain.
*/

#ifndef CPUCYCLES_powerpccpuinfo_h
#define CPUCYCLES_powerpccpuinfo_h

#ifdef __cplusplus
extern "C" {
#endif

extern long long cpucycles_powerpccpuinfo(void);
extern long long cpucycles_powerpccpuinfo_persecond(void);

#ifdef __cplusplus
}
#endif

#ifndef cpucycles_implementation
#define cpucycles_implementation "powerpccpuinfo"
#define cpucycles cpucycles_powerpccpuinfo
#define cpucycles_persecond cpucycles_powerpccpuinfo_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/powerpccpuinfo.h
ruby_nacl-0.1.1 ext/ruby_nacl/NaCl/cpucycles/powerpccpuinfo.h
ruby_nacl-0.1.0 ext/ruby_nacl/NaCl/cpucycles/powerpccpuinfo.h