We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e2da5 commit 8ddc73aCopy full SHA for 8ddc73a
src/avx512-64bit-common.h
@@ -968,8 +968,7 @@ struct zmm_vector<uint64_t> {
968
static_assert(sizeof(size_t) == sizeof(uint64_t),
969
"Size of size_t and uint64_t are not the same");
970
template <>
971
-struct zmm_vector<size_t> : public zmm_vector<uint64_t> {
972
-};
+struct zmm_vector<size_t> : public zmm_vector<uint64_t> {};
973
#endif
974
975
0 commit comments