You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/05/05 10:54:00 UTC

[jira] [Resolved] (ARROW-8440) [C++] Refine simd header files

     [ https://issues.apache.org/jira/browse/ARROW-8440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Pitrou resolved ARROW-8440.
-----------------------------------
    Fix Version/s: 1.0.0
       Resolution: Fixed

Issue resolved by pull request 6954
[https://github.com/apache/arrow/pull/6954]

> [C++] Refine simd header files
> ------------------------------
>
>                 Key: ARROW-8440
>                 URL: https://issues.apache.org/jira/browse/ARROW-8440
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Yibo Cai
>            Assignee: Yibo Cai
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> This is a follow up of ARROW-8227. It aims to unify simd header files and simplify code.
> Currently, sse header files are included in sse_util.h, neon header files in neon_util.h and avx header files included directly in c source file.  sse_util.h/neon_util.h also contain crc code which is not used by  cpp files #include them.
> It may be better to put all simd header files in a single simd.h, and move crc code to where they are used.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)