[clang][docs] Add escape code to fix missing '*' in reduction operation list
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 15 May 2022 11:32:11 +0000 (12:32 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 15 May 2022 11:32:11 +0000 (12:32 +0100)
clang/docs/LanguageExtensions.rst

index 3cdac02..44848a2 100644 (file)
@@ -647,7 +647,7 @@ Let ``VT`` be a vector type and ``ET`` the element type of ``VT``.
                                          is a NaN, return the other argument. If both arguments are
                                          NaNs, fmax() return a NaN.
  ET __builtin_reduce_add(VT a)           \+                                                               integer and floating point types
- ET __builtin_reduce_mul(VT a)                                                                          integer and floating point types
+ ET __builtin_reduce_mul(VT a)           \*                                                               integer and floating point types
  ET __builtin_reduce_and(VT a)           &                                                                integer types
  ET __builtin_reduce_or(VT a)            \|                                                               integer types
  ET __builtin_reduce_xor(VT a)           ^                                                                integer types