From 3ae4d87d6f3737089510c20f5f9b0080adf44e8b Mon Sep 17 00:00:00 2001 From: Bruno Cardoso Lopes Date: Mon, 4 Oct 2010 22:07:22 +0000 Subject: AVX intrinsics and builtins were also added to clang llvm-svn: 115566 --- llvm/docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/ReleaseNotes.html') diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 6344125e106..820fb3cdb33 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -126,7 +126,7 @@ production-quality compiler for C, Objective-C, C++ and Objective-C++ on x86
  • Introduced many new warnings, including -Wmissing-field-initializers, -Wshadow, -Wno-protocol, -Wtautological-compare, -Wstrict-selector-match, -Wcast-align, -Wunused improvements, and greatly improved format-string checking.
  • Introduced the "libclang" library, a C interface to Clang intended to support IDE clients.
  • Added support for #pragma GCC visibility, #pragma align, and others.
  • -
  • Added support for SSE, ARM NEON, and AltiVec.
  • +
  • Added support for SSE, AVX, ARM NEON, and AltiVec.
  • Improved support for many Microsoft extensions.
  • Implemented support for blocks in C++.
  • Implemented precompiled headers for C++.
  • -- cgit v1.2.3