[Parallel_libs-commits] [PATCH] D24951: Import/adapt the SLEEF vector math-function library as an LLVM runtime

Hal Finkel via Parallel_libs-commits parallel_libs-commits at lists.llvm.org
Wed Sep 28 19:15:34 PDT 2016


hfinkel updated this revision to Diff 72940.
hfinkel added a comment.

I finished up the initial set of unit tests (we now have essentially all of the tests from the original source, for both the scalar and vector versions of the functions).


https://reviews.llvm.org/D24951

Files:
  CMakeLists.txt
  sleef/CMakeLists.txt
  sleef/include/__sleef.def
  sleef/include/sleef.h
  sleef/lib/CMakeLists.txt
  sleef/lib/avx.h
  sleef/lib/avx2.h
  sleef/lib/dd.h
  sleef/lib/df.h
  sleef/lib/dp-avx.cpp
  sleef/lib/dp-avx2.cpp
  sleef/lib/dp-scalar.cpp
  sleef/lib/dp-sse2.cpp
  sleef/lib/dp.cpp
  sleef/lib/fma4.h
  sleef/lib/isa.h
  sleef/lib/neon.h
  sleef/lib/nonnumber.h
  sleef/lib/sp-avx.cpp
  sleef/lib/sp-avx2.cpp
  sleef/lib/sp-neon.cpp
  sleef/lib/sp-scalar.cpp
  sleef/lib/sp-sse2.cpp
  sleef/lib/sp.cpp
  sleef/lib/sse2.h
  sleef/unittests/CMakeLists.txt
  sleef/unittests/SLEEFTestDouble.cpp
  sleef/unittests/SLEEFTestDoubleAVX.cpp
  sleef/unittests/SLEEFTestDoubleAVX2.cpp
  sleef/unittests/SLEEFTestDoubleSSE2.cpp
  sleef/unittests/SLEEFTestSingle.cpp
  sleef/unittests/SLEEFTestSingleAVX.cpp
  sleef/unittests/SLEEFTestSingleAVX2.cpp
  sleef/unittests/SLEEFTestSingleNEON.cpp
  sleef/unittests/SLEEFTestSingleSSE2.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24951.72940.patch
Type: text/x-patch
Size: 340431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/parallel_libs-commits/attachments/20160929/b23c9b9f/attachment-0001.bin>


More information about the Parallel_libs-commits mailing list