@@ -28,8 +28,8 @@ namespace intel {
2828namespace experimental {
2929namespace esimd {
3030
31+ // / @addtogroup sycl_esimd_math
3132// / @{
32- // / @ingroup sycl_esimd_math
3333
3434// / Conversion of input vector elements of type \p T1 into vector of elements of
3535// / type \p T0 with saturation.
@@ -157,8 +157,8 @@ abs(T1 src0, int flag = saturation_off) {
157157
158158// / @} sycl_esimd_math
159159
160+ // / @addtogroup sycl_esimd_bitmanip
160161// / @{
161- // / @ingroup sycl_esimd_bitmanip
162162
163163// / Shift left operation (vector version)
164164// / \tparam T0 element type of the returned vector. Must be any integer type.
@@ -498,8 +498,8 @@ asr(T1 src0, T2 src1, int flag = saturation_off) {
498498}
499499// / @} sycl_esimd_bitmanip
500500
501+ // / @addtogroup sycl_esimd_math
501502// / @{
502- // / @ingroup sycl_esimd_math
503503
504504// imul
505505#ifndef ESIMD_HAS_LONG_LONG
@@ -1323,8 +1323,8 @@ __ESIMD_API simd<float, SZ> pln(simd<float, 4> src0, simd<float, SZ> src1,
13231323}
13241324// / @} sycl_esimd_math
13251325
1326+ // / @addtogroup sycl_esimd_bitmanip
13261327// / @{
1327- // / @ingroup sycl_esimd_bitmanip
13281328
13291329// / bf_reverse
13301330template <typename T0, typename T1, int SZ>
@@ -1402,8 +1402,8 @@ ESIMD_NODEBUG
14021402
14031403// / @} sycl_esimd_bitmanip
14041404
1405+ // / @addtogroup sycl_esimd_math
14051406// / @{
1406- // / @ingroup sycl_esimd_math
14071407
14081408// //////////////////////////////////////////////////////////////////////////////
14091409// ESIMD arithmetic intrinsics:
@@ -1712,8 +1712,8 @@ ESIMD_NODEBUG ESIMD_INLINE T exp(T src0) {
17121712}
17131713// / @} sycl_esimd_math
17141714
1715+ // / @addtogroup sycl_esimd_conv
17151716// / @{
1716- // / @ingroup sycl_esimd_conv
17171717
17181718// //////////////////////////////////////////////////////////////////////////////
17191719// Rounding intrinsics.
@@ -1748,8 +1748,8 @@ __ESIMD_INTRINSIC_DEF(rndz)
17481748#undef __ESIMD_INTRINSIC_DEF
17491749// / @} sycl_esimd_conv
17501750
1751+ // / @addtogroup sycl_esimd_bitmanip
17511752// / @{
1752- // / @ingroup sycl_esimd_bitmanip
17531753
17541754template <int N>
17551755ESIMD_NODEBUG
@@ -1938,8 +1938,8 @@ fbh(simd_view<BaseTy, RegionTy> src) {
19381938
19391939// / @} sycl_esimd_bitmanip
19401940
1941+ // / @addtogroup sycl_esimd_math
19411942// / @{
1942- // / @ingroup sycl_esimd_math
19431943
19441944// / \brief DP4A.
19451945// /
0 commit comments