diff options
| author | Daniel Sanders <daniel.sanders@imgtec.com> | 2013-11-18 10:38:47 +0000 |
|---|---|---|
| committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2013-11-18 10:38:47 +0000 |
| commit | 151f06d80d7c606fe6e6ca89d43252580797196d (patch) | |
| tree | bd58ee404f71bcf0251899c0e212ac3c31efa509 /llvm/docs/ReleaseNotes.rst | |
| parent | f28b352075ec7a3d247d0b86a83927638a011e64 (diff) | |
| download | bcm5719-llvm-151f06d80d7c606fe6e6ca89d43252580797196d.tar.gz bcm5719-llvm-151f06d80d7c606fe6e6ca89d43252580797196d.zip | |
[mips][msa] Add MSA to the release notes.
llvm-svn: 195001
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index a64bc107aaa..4d0a4cfe29a 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -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 ============================================ |

