1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[mips][msa] Add MSA to the release notes.

llvm-svn: 195001
This commit is contained in:
Daniel Sanders 2013-11-18 10:38:47 +00:00
parent e931b9cc03
commit 4826d2b987

View 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
============================================