llvm-for-llvmta/test/tools/llvm-cov/Inputs/multithreaded_report/bytes.h
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

9 lines
112 B
C++

#include <cmath>
#include <cstdint>
inline double logarithm(uint8_t v) {
return log(v);
}
bool loopBytes();