From: Bruno Cardoso Lopes Date: Mon, 4 Oct 2010 22:07:22 +0000 (+0000) Subject: AVX intrinsics and builtins were also added to clang X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=48f9543404c965d3cfca16a55b8c237b02486f40;p=oota-llvm.git AVX intrinsics and builtins were also added to clang git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115566 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 6344125e106..820fb3cdb33 100644 --- a/docs/ReleaseNotes.html +++ b/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++.