-rw-r--r-- 379 nttcompiler-20220411/h-external/ntt_cpucycles.h
#ifndef ntt_cpucycles_h #define ntt_cpucycles_h #ifdef __cplusplus extern "C" { #endif extern long long ntt_cpucycles(void) __attribute__((visibility("default"))); extern long long ntt_cpucycles_persecond(void) __attribute__((visibility("default"))); extern const char ntt_cpucycles_implementation[] __attribute__((visibility("default"))); #ifdef __cplusplus } #endif #endif