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

[arrow] branch master updated: [Website] Fix incorrect expansion of "SIMD" term

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

wesm 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 3cdd0cf  [Website] Fix incorrect expansion of "SIMD" term
3cdd0cf is described below

commit 3cdd0cf0d6d99d0a84f6a1c96bcc158e1148ba16
Author: Mark Mikofski <bw...@yahoo.com>
AuthorDate: Mon Jul 1 16:10:50 2019 -0700

    [Website] Fix incorrect expansion of "SIMD" term
    
    [SIMD](https://www.google.com/search?q=SIMD) should be single "instruction" not "input"
---
 site/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/index.html b/site/index.html
index 4d5995a..4aab88e 100644
--- a/site/index.html
+++ b/site/index.html
@@ -23,7 +23,7 @@ layout: default
 <div class="row">
   <div class="col-lg-4">
       <h2 class="mt-3">Fast</h2>
-      <p>Apache Arrow&#8482; enables execution engines to take advantage of the latest SIMD (Single input multiple data) operations included in modern processors, for native vectorized optimization of analytical data processing. Columnar layout is optimized for data locality for better performance on modern hardware like CPUs and GPUs.</p>
+      <p>Apache Arrow&#8482; enables execution engines to take advantage of the latest SIMD (Single instruction, multiple data) operations included in modern processors, for native vectorized optimization of analytical data processing. Columnar layout is optimized for data locality for better performance on modern hardware like CPUs and GPUs.</p>
       <p>The Arrow memory format supports <strong>zero-copy reads</strong> for lightning-fast data access without serialization overhead.</p>
   </div>
   <div class="col-lg-4">