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/07/04 05:51:58 UTC

[arrow] 19/38: [Website] Fix incorrect expansion of "SIMD" term

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

commit bbbc856b3028fc07cf5d5ac4e936d6803052fe4a
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">