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:
authorkpu <github@kheafield.com>2018-06-23 20:19:18 +0300
committerkpu <github@kheafield.com>2018-06-23 20:19:18 +0300
commit801bd5185314d8db4b2ee77327d4d2dec6cb27fa (patch)
treee730ce748e74e3ef3094f051d8cced742aef008f /aligned.h
parent7ed2843895de3e0925ce525ed32232e4ab0cfa00 (diff)
Simplify aligned documentation
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 {