ReleaseNotes: typo
[oota-llvm.git] / docs / ReleaseNotes.rst
index 2a4e011f244bc4740ffe04b58e04e5d3717700a4..0749745f68b3ea4daf11ca81b191a7bb9e00b3d1 100644 (file)
@@ -227,9 +227,16 @@ Changes to the X86 Target
 * More efficient code for wide integer compares. (E.g. 64-bit compares
   on 32-bit targets.)
 
-* Tail call support for ``thiscall``, ``stdcall`, ``vectorcall``, and
+* Tail call support for ``thiscall``, ``stdcall``, ``vectorcall``, and
   ``fastcall`` functions.
 
+Changes to the Hexagon Target
+-----------------------------
+
+In addition to general code size and performance improvements, Hexagon target
+now has basic support for Hexagon V60 architecture and Hexagon Vector
+Extensions (HVX).
+
 Changes to the AVR Target
 -------------------------