MengRao / fmtlog

fmtlog is a performant fmtlib-style logging library with latency in nanoseconds.
MIT License
807 stars 124 forks source link

Cmake error m1 MacBook #29

Closed demhademha closed 2 years ago

demhademha commented 2 years ago

In file included from fmtlog.cc:1: In file included from ./fmtlog-inl.h:24: ./fmtlog.h:272:14: error: use of undeclared identifier 'builtin_ia32_rdtsc' return builtin_ia32_rdtsc(); ^ 1 error generated.

MengRao commented 2 years ago

Please check latest the code update and see if fixed, thanks.

demhademha commented 2 years ago

Issue fixed Thanks