magnitude_power_uc8_benchmark: don't rely on a previous benchmark including <math.h>

Fixes #105
This commit is contained in:
Oliver Jowett 2021-02-05 14:35:36 +08:00
parent d1fc00a273
commit 2e59e8f1d6
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{ {