Skip to content
Unverified Commit 374fa975 authored by Sayed Adel's avatar Sayed Adel Committed by GitHub
Browse files

PPC64LE: Fix build issue on gcc (#288)

* ppc64le: Several improvements for VSX

  - fix the build on gcc
  - fix accuracy tests
  - fix the build with C++ when 'vector' compiler token is combined,
    NOTE: the generated header is using '__vector' instead of 'vector'
  - fix unaligned memory load
  - set rounding to the nearest even, make it equivalent to X86
  - improve the performance of conversions
  - improve the performance of shuffles and reverses
  - cleanup the whole VSX implementation

* Travis CI: Add ppc64le support
parent ac64a1c9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment