You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2019/01/07 00:20:43 UTC

[arrow] branch master updated: Fix link to Intel SIMD docs

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 0002630  Fix link to Intel SIMD docs
0002630 is described below

commit 00026303d4419a457ab3e01126b05b5aacefee8a
Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
AuthorDate: Sun Jan 6 21:20:25 2019 +1300

    Fix link to Intel SIMD docs
---
 docs/source/format/Layout.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/format/Layout.rst b/docs/source/format/Layout.rst
index 868a99b..69cbf06 100644
--- a/docs/source/format/Layout.rst
+++ b/docs/source/format/Layout.rst
@@ -659,6 +659,6 @@ Apache Drill Documentation - `Value Vectors`_
 .. _least-significant bit (LSB) numbering: https://en.wikipedia.org/wiki/Bit_numbering
 .. _Intel performance guide: https://software.intel.com/en-us/articles/practical-intel-avx-optimization-on-2nd-generation-intel-core-processors
 .. _Endianness: https://en.wikipedia.org/wiki/Endianness
-.. _SIMD: https://software.intel.com/en-us/node/600110
+.. _SIMD: https://software.intel.com/en-us/cpp-compiler-developer-guide-and-reference-introduction-to-the-simd-data-layout-templates
 .. _Parquet: https://parquet.apache.org/documentation/latest/
 .. _Value Vectors: https://drill.apache.org/docs/value-vectors/