forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PARQUET-488: Add SSE cmake toggle, fix build on systems without SSE
I added an option to make SSE strictly opt-in for now. As a side effect of this, parquet-cpp now builds and the test suite passes out of the box on 32-bit ARMv7 (I tried it on my RaspberryPi Model B 2). Author: Wes McKinney <wesm@apache.org> Closes apache#74 from wesm/PARQUET-488 and squashes the following commits: 61225e9 [Wes McKinney] Use -march=native 3833efd [Wes McKinney] Remove stale cmake comment 70fcf65 [Wes McKinney] Add cmake PARQUET_USE_SSE option 775c72d [Wes McKinney] Fix compilation on arm7/raspberrypi Change-Id: If8e4e7e1b7fc64df952cb8b82662bb017ca56f72
- Loading branch information
Showing
4 changed files
with
42 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters