Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/intgemm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'aligned.h')
-rw-r--r--aligned.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/aligned.h b/aligned.h
index 733477a..8af6f2c 100644
--- a/aligned.h
+++ b/aligned.h
@@ -1,10 +1,8 @@
#pragma once
-
-// Aligned vector of things.
-// This is only used by tests.
-
#include <cstdlib>
+// 64-byte aligned simple vector.
+
namespace intgemm {
template <class T> class AlignedVector {