Introduction
Introduction Statistics Contact Development Disclaimer Help
Rename bench/{benchmark.h => util.h} - libzahl - big integer library
git clone git://git.suckless.org/libzahl
Log
Files
Refs
README
LICENSE
---
commit 12b97053570a5bb9c4b1115eae9509cafd975eb1
parent ccc36c882dc899ce75e41c7675ce48263ad24bfa
Author: Mattias Andrée <[email protected]>
Date: Sun, 24 Jul 2016 15:33:37 +0200
Rename bench/{benchmark.h => util.h}
Signed-off-by: Mattias Andrée <[email protected]>
Diffstat:
M Makefile | 6 +++---
M bench/benchmark-func.c | 2 +-
M bench/benchmark-zrand.c | 2 +-
M bench/benchmark.c | 2 +-
R bench/benchmark.h -> bench/util.h | 0
5 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/Makefile b/Makefile
@@ -149,15 +149,15 @@ test-random.c: test-generate.py
test: test.c libzahl.a test-random.c
$(CC) $(LDFLAGS) $(CFLAGS_WITHOUT_O) -O0 $(CPPFLAGS) -o $@ test.c libz…
-benchmark: bench/benchmark.c bench/benchmark.h $(BENCHMARK_DEP_$(BENCHMARK_LIB…
+benchmark: bench/benchmark.c bench/util.h $(BENCHMARK_DEP_$(BENCHMARK_LIB))
$(CC) $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) -o $@ bench/benchmark.c \
$(BENCHMARK_LIB_$(BENCHMARK_LIB)) $(BENCHMARK_C_$(BENCHMARK_LI…
-benchmark-func: bench/benchmark-func.c bench/benchmark.h $(BENCHMARK_DEP_$(BEN…
+benchmark-func: bench/benchmark-func.c bench/util.h $(BENCHMARK_DEP_$(BENCHMAR…
$(CC) $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) -o $@ bench/benchmark-func.c \
$(BENCHMARK_LIB_$(BENCHMARK_LIB)) $(BENCHMARK_C_$(BENCHMARK_LI…
-benchmark-zrand: bench/benchmark-zrand.c bench/benchmark.h libzahl.a
+benchmark-zrand: bench/benchmark-zrand.c bench/util.h libzahl.a
$(CC) $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) -o $@ bench/benchmark-zrand.c l…
refsheet.pdf: doc/refsheet.tex
diff --git a/bench/benchmark-func.c b/bench/benchmark-func.c
@@ -1,4 +1,4 @@
-#include "benchmark.h"
+#include "util.h"
#include <limits.h>
diff --git a/bench/benchmark-zrand.c b/bench/benchmark-zrand.c
@@ -1,4 +1,4 @@
-#include "benchmark.h"
+#include "util.h"
#define BENCHMARK(INSTRUCTION, FAST)\
diff --git a/bench/benchmark.c b/bench/benchmark.c
@@ -1,4 +1,4 @@
-#include "benchmark.h"
+#include "util.h"
#define BENCHMARK(INSTRUCTION, FAST)\
diff --git a/bench/benchmark.h b/bench/util.h
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.