blob: 39a959062264c8bf9de99bdcd587a998475dcedc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
From: Lucas de Castro Borges <lucas@gnuabordo.com.br>
Date: Mon, 22 Apr 2024 02:54:09 -0300
Subject: module benchmark/fft.c included cpu_util header
---
modules/benchmark/fft.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/benchmark/fft.c b/modules/benchmark/fft.c
index 47acc36..df643fe 100644
--- a/modules/benchmark/fft.c
+++ b/modules/benchmark/fft.c
@@ -17,6 +17,7 @@
*/
#include "hardinfo.h"
+#include "cpu_util.h"
#include "benchmark.h"
#include "fftbench.h"
|