From a8c69c8871ef56fe3fe64d70956bbadca3bd8aa4 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Mon, 15 Jun 2015 10:56:52 +0200 Subject: Descriptive link names; auto-vectorization later --- CAndC++.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'CAndC++.md') diff --git a/CAndC++.md b/CAndC++.md index 7ea4947..f923863 100644 --- a/CAndC++.md +++ b/CAndC++.md @@ -38,10 +38,12 @@ greater performance will be added soon after, including: enable them to have lower runtime overhead. * Support for [128-bit SIMD](PostMVP.md#fixed-width-SIMD). SIMD will be - exposed to C/C++ through auto-vectorization, explicit APIs such as - [this](http://clang.llvm.org/docs/LanguageExtensions.html#vectors-and-extended-vectors) - and [this](https://gcc.gnu.org/onlinedocs/gcc/Vector-Extensions.html), - and emulated APIs from other platforms such as ``. + exposed to C/C++ though explicit APIs such as [LLVM's vector extensions] + and [GCC's vector extensions], auto-vectorization, and emulated APIs from + other platforms such as ``. + + [LLVM's vector extensions]: http://clang.llvm.org/docs/LanguageExtensions.html#vectors-and-extended-vectors + [GCC's vector extensions]: https://gcc.gnu.org/onlinedocs/gcc/Vector-Extensions.html ### APIs -- cgit v1.2.3