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 | 74e1ee922a4b6ca17b624212bb80e2606faf2e3c (patch) | |
tree | f4c967142129ea5a43529d45c648a70b873f9e0e /docs | |
parent | ea8e1447d1f563f743b6b73739f4ff0912595752 (diff) | |
download | external_llvm-74e1ee922a4b6ca17b624212bb80e2606faf2e3c.zip external_llvm-74e1ee922a4b6ca17b624212bb80e2606faf2e3c.tar.gz external_llvm-74e1ee922a4b6ca17b624212bb80e2606faf2e3c.tar.bz2 |
[mips][msa] Add MSA to the release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195001 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index a64bc10..4d0a4cf 100644 --- a/docs/ReleaseNotes.rst +++ b/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 ============================================ |