You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/04/14 18:11:00 UTC

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

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

Wes McKinney updated ARROW-8440:
--------------------------------
    Summary: [C++] Refine simd header files  (was: Refine simd header files)

> [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
>
> 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)