aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/multiply
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2015-01-09 17:57:12 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2015-01-09 17:57:12 -0800
commit160bdaa323bc8f8e651f9f546822336cf17d92f5 (patch)
tree25de76bbc455f970f57f135f2de4e0cc3865ca9b /benchmarks/multiply
parent350b03e6dd18616146cf43b9d5daa98db059822b (diff)
downloadriscv-tests-160bdaa323bc8f8e651f9f546822336cf17d92f5.zip
riscv-tests-160bdaa323bc8f8e651f9f546822336cf17d92f5.tar.gz
riscv-tests-160bdaa323bc8f8e651f9f546822336cf17d92f5.tar.bz2
Add LICENSE
Diffstat (limited to 'benchmarks/multiply')
-rw-r--r--benchmarks/multiply/dataset1.h2
-rw-r--r--benchmarks/multiply/multiply.c2
-rw-r--r--benchmarks/multiply/multiply.h2
-rw-r--r--benchmarks/multiply/multiply_main.c2
4 files changed, 8 insertions, 0 deletions
diff --git a/benchmarks/multiply/dataset1.h b/benchmarks/multiply/dataset1.h
index 292ad7f..2b0850e 100644
--- a/benchmarks/multiply/dataset1.h
+++ b/benchmarks/multiply/dataset1.h
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
#define DATA_SIZE 100
diff --git a/benchmarks/multiply/multiply.c b/benchmarks/multiply/multiply.c
index 98b279b..3a0b903 100644
--- a/benchmarks/multiply/multiply.c
+++ b/benchmarks/multiply/multiply.c
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
// *************************************************************************
// multiply function (c version)
// -------------------------------------------------------------------------
diff --git a/benchmarks/multiply/multiply.h b/benchmarks/multiply/multiply.h
index 6d27795..b2b1cf7 100644
--- a/benchmarks/multiply/multiply.h
+++ b/benchmarks/multiply/multiply.h
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
//**************************************************************************
// Software multiply function
//--------------------------------------------------------------------------
diff --git a/benchmarks/multiply/multiply_main.c b/benchmarks/multiply/multiply_main.c
index 037de2f..aed3e0d 100644
--- a/benchmarks/multiply/multiply_main.c
+++ b/benchmarks/multiply/multiply_main.c
@@ -1,3 +1,5 @@
+// See LICENSE for license details.
+
// *************************************************************************
// multiply filter bencmark
// -------------------------------------------------------------------------