Clean up canonical mt benchmarks and reorganize extra versions in /mt. All versions...
[riscv-tests.git] / benchmarks / mt-vvadd / dataset.h
index ce9f9367e89b92b2b95c111913f8db8af9e32a15..51f25dfa6e04cfc650c0904c4f1ee14e740c3f0f 100644 (file)
@@ -1,6 +1,10 @@
+#ifndef __DATASET_H
+#define __DATASET_H
 
 #define DATA_SIZE 1000 
 
+typedef double data_t;
+
 static data_t input1_data[DATA_SIZE] = 
 {
   0.00, 15.00, 10.00, 3.00, 14.00, 6.00, 2.00, 18.00, 11.00, 15.00, 11.00, 0.00, 17.00, 16.00, 7.00, 13.00, 18.00, 2.00, 2.00, 5.00, 
@@ -163,3 +167,5 @@ static data_t verify_data[DATA_SIZE] =
   32.00, 21.00, 26.00, 13.00, 6.00, 24.00, 22.00, 27.00, 17.00, 26.00, 19.00, 21.00, 19.00, 9.00, 21.00, 25.00, 17.00, 27.00, 15.00, 18.00
 };
 
+
+#endif //__DATASET_H