[PATCH] D85977: [release][docs] Update contributions to LLVM 11 for SVE.

Thorsten via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 14 10:06:31 PDT 2020


tschuett added inline comments.


================
Comment at: llvm/docs/ReleaseNotes.rst:162
+         svfloat64_t vout = svadd_x(Pg, vx, vy);
+        svst1(Pg, &out[i], vout);
+       }
----------------
Nit: indentation?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85977/new/

https://reviews.llvm.org/D85977



More information about the cfe-commits mailing list