[llvm] r195001 - [mips][msa] Add MSA to the release notes.

Daniel Sanders daniel.sanders at imgtec.com
Mon Nov 18 02:38:47 PST 2013


Author: dsanders
Date: Mon Nov 18 04:38:47 2013
New Revision: 195001

URL: http://llvm.org/viewvc/llvm-project?rev=195001&view=rev
Log:
[mips][msa] Add MSA to the release notes.

Modified:
    llvm/trunk/docs/ReleaseNotes.rst

Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=195001&r1=195000&r2=195001&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Mon Nov 18 04:38:47 2013
@@ -102,6 +102,16 @@ Non-comprehensive list of changes in thi
 
    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
 ============================================





More information about the llvm-commits mailing list