Project
Loading...
Searching...
No Matches
o2::cad::bench::detail Namespace Reference

Classes

struct  Lcg
 

Functions

uint64_t mix (uint64_t acc, double value)
 

Function Documentation

◆ mix()

uint64_t o2::cad::bench::detail::mix ( uint64_t  acc,
double  value 
)
inline

The checksum mixer, identical in spirit to O2SolidHarness's: the timed loop must not be removable by the optimizer, and a volatile sink costs a store per call.

Definition at line 109 of file RepresentationBench.h.