[mips][msa] Add MSA to the release notes.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 18 Nov 2013 10:38:47 +0000 (10:38 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 18 Nov 2013 10:38:47 +0000 (10:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195001 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index a64bc107aaadd46435bb4dc1e88baad0fe62b6a3..4d0a4cfe29aee56193684d5ea9d3405f9063347f 100644 (file)
@@ -102,6 +102,16 @@ Non-comprehensive list of changes in this release
 
    Makes programs 10x faster by doing Special New Thing.
 
+Mips Target
+-----------
+
+Support for the MIPS SIMD Architecture (MSA) has been added. MSA is supported
+through inline assembly, intrinsics with the prefix '__builtin_msa', and normal
+code generation.
+
+For more information on MSA (including documentation for the instruction set),
+see the `MIPS SIMD page at Imagination Technologies
+<http://imgtec.com/mips/mips-simd.asp>`_
 
 External Open Source Projects Using LLVM 3.4
 ============================================