[clang] [X86][AVX10.2] Add comments for the avx10_2convertintrin.h file (PR #120766)

Phoebe Wang via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 21 06:40:23 PST 2024


================
@@ -24,567 +24,3243 @@
   __attribute__((__always_inline__, __nodebug__, __target__("avx10.2-256"),    \
                  __min_vector_width__(256)))
 
+/// Convert two 128-bit vectors, \a __A and \a __B, containing packed
+/// single-precision (32-bit) floating-point elements to a 128-bit vector
+/// containing FP16 elements.
----------------
phoebewang wrote:

Needs 3 more spaces. The same for the rest.

https://github.com/llvm/llvm-project/pull/120766


More information about the cfe-commits mailing list