@@ -2478,7 +2478,6 @@ static __inline__ __m128i __DEFAULT_FN_ATTRS128 _mm_cvtph_bf8(__m128h __A) {
24782478/// \param __A
24792479/// A 128-bit vector of [8 x fp16].
24802480/// \returns
2481- ///
24822481/// A 128-bit vector of [6 x bf8]. Lower elements correspond to the
24832482/// (converted) elements from \a __A; upper elements are zeroed. If
24842483/// corresponding mask bit is not set, then element from \a __W is taken instead.
@@ -2514,7 +2513,6 @@ _mm_mask_cvtph_bf8(__m128i __W, __mmask8 __U, __m128h __A) {
25142513/// \param __A
25152514/// A 128-bit vector of [8 x fp16].
25162515/// \returns
2517- ///
25182516/// A 128-bit vector of [6 x bf8]. Lower elements correspond to the
25192517/// (converted) elements from \a __A; upper elements are zeroed. If
25202518/// corresponding mask bit is not set, then element is zeroed.
@@ -2870,7 +2868,6 @@ static __inline__ __m128i __DEFAULT_FN_ATTRS128 _mm_cvtph_hf8(__m128h __A) {
28702868/// \param __A
28712869/// A 128-bit vector of [8 x fp16].
28722870/// \returns
2873- ///
28742871/// A 128-bit vector of [6 x hf8]. Lower elements correspond to the
28752872/// (converted) elements from \a __A; upper elements are zeroed. If
28762873/// corresponding mask bit is not set, then element from \a __W is taken instead.
@@ -2906,7 +2903,6 @@ _mm_mask_cvtph_hf8(__m128i __W, __mmask8 __U, __m128h __A) {
29062903/// \param __A
29072904/// A 128-bit vector of [8 x fp16].
29082905/// \returns
2909- ///
29102906/// A 128-bit vector of [6 x hf8]. Lower elements correspond to the
29112907/// (converted) elements from \a __A; upper elements are zeroed. If
29122908/// corresponding mask bit is not set, then element is zeroed.
0 commit comments