Skip to content

Commit 380f9f4

Browse files
committed
add missing SIMD stuff to group
1 parent a01e788 commit 380f9f4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Common/include/parallelization/special_vectorization.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727

2828
// no #pragma once, header needs to be included once per specialization.
2929

30+
/// \addtogroup SIMD
31+
/// @{
32+
3033
/*!
3134
* \brief Symbols that need to be defined before including this header:
3235
* \param[in] ARRAY_T - The desired specialization of simd::Array.
@@ -168,3 +171,5 @@ MAKE_BINARY_FUN(pow, ::pow)
168171
#undef SCALAR_T
169172
#undef REGISTER_T
170173
#undef SIZE_TAG
174+
175+
/// @}

0 commit comments

Comments
 (0)