From 151f06d80d7c606fe6e6ca89d43252580797196d Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Mon, 18 Nov 2013 10:38:47 +0000 Subject: [PATCH] [mips][msa] Add MSA to the release notes. llvm-svn: 195001 --- llvm/docs/ReleaseNotes.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index a64bc107aaad..4d0a4cfe29ae 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 +`_ External Open Source Projects Using LLVM 3.4 ============================================