sqrtf() is used for floats but the argument and resulting variable are both doubles. LLVM would complain about implicit conversion from float to double. So use sqrt() instead as it is used with doubles. Signed-off-by: Daniel Leung <daniel.leung@intel.com> |
||
|---|---|---|
| .. | ||
| cycle64 | ||
| starve | ||
| timepoints | ||
| timer_api | ||
| timer_behavior | ||
| timer_error_case | ||
| timer_monotonic | ||