magnitude_power_uc8_benchmark: don't rely on a previous benchmark including <math.h>
Fixes #105
This commit is contained in:
parent
d1fc00a273
commit
2e59e8f1d6
|
|
@ -1,5 +1,6 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
void STARCH_BENCHMARK(magnitude_power_uc8) (void)
|
void STARCH_BENCHMARK(magnitude_power_uc8) (void)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue