diff options
| author | Tyge Løvset <[email protected]> | 2021-09-11 22:15:43 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-09-11 22:15:43 +0200 |
| commit | 658019e1e53ad1ccbca5c623b7199c445eab8b86 (patch) | |
| tree | 609f3f69e0058984f7b30b06ad2e6cfb9736fb27 /benchmarks/cpque_benchmark.cpp | |
| parent | aba4aad980ff7f171f53c34915da0755f0ed079c (diff) | |
| download | STC-modified-658019e1e53ad1ccbca5c623b7199c445eab8b86.tar.gz STC-modified-658019e1e53ad1ccbca5c623b7199c445eab8b86.zip | |
Updated benchmarks to newstyle.
Diffstat (limited to 'benchmarks/cpque_benchmark.cpp')
| -rw-r--r-- | benchmarks/cpque_benchmark.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/cpque_benchmark.cpp b/benchmarks/cpque_benchmark.cpp index c8d327ff..2b6445c5 100644 --- a/benchmarks/cpque_benchmark.cpp +++ b/benchmarks/cpque_benchmark.cpp @@ -1,11 +1,11 @@ #include <stdio.h>
#include <time.h>
#include <stc/crandom.h>
-#include <stc/cvec.h>
-#include <stc/cpque.h>
-using_cvec(f, float);
-using_cpque(f, cvec_f, -c_default_compare);
+#define i_tag x
+#define i_val float
+#define i_cmp -c_default_compare
+#include <stc/cpque.h>
int main()
{
|
