MengRao / fmtlog

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

Fix #36 wrong assumption about __rdtsc #43

Closed moonshadow565 closed 2 years ago

moonshadow565 commented 2 years ago

__rdtsc() is MSVC specific builtin not WIN32 specific Fixes #36

MengRao commented 2 years ago

don't have time to check on different platforms but looks good, let's merge it.