You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Mostafa Mokhtar (JIRA)" <ji...@apache.org> on 2016/02/02 20:33:39 UTC

[jira] [Comment Edited] (PARQUET-488) Add SSE-related cmake options to manage compiler flags

    [ https://issues.apache.org/jira/browse/PARQUET-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15128862#comment-15128862 ] 

Mostafa Mokhtar edited comment on PARQUET-488 at 2/2/16 7:33 PM:
-----------------------------------------------------------------

[~wesmckinn]
GCC 4.8 provides a nice solution, which takes care of build and dispatch.
https://gcc.gnu.org/wiki/FunctionMultiVersioning

Main issue is that the function can't get inlined. 


was (Author: mmokhtar):
[~wesmckinn]
GCC 4.8 provides a nice solution 
https://gcc.gnu.org/wiki/FunctionMultiVersioning

> Add SSE-related cmake options to manage compiler flags
> ------------------------------------------------------
>
>                 Key: PARQUET-488
>                 URL: https://issues.apache.org/jira/browse/PARQUET-488
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-cpp
>            Reporter: Wes McKinney
>            Priority: Minor
>
> Currently, compiling with SSE3 is the default option, but we may wish to utilize optimizations that require SSE 4.x. Also, it should be possible to disable SSE / SIMD entirely (not sure if anyone would want to compile all this to run on a Raspberry Pi but you never know). 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)