[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
Fri Oct 7 14:41:37 PDT 2016


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

Make the build a little more compiler-rt-like (we now build the library, when doing an in-tree build, such that it will be installed as lib/clang/4.0.0/lib/linux/libclang_rt.vmath-x86_64.a (on my system anyway).


https://reviews.llvm.org/D24951

Files:
  CMakeLists.txt
  vmath/CMakeLists.txt
  vmath/include/__vmath.def
  vmath/include/vmath.h
  vmath/lib/CMakeLists.txt
  vmath/lib/avx.h
  vmath/lib/avx2.h
  vmath/lib/dd.h
  vmath/lib/df.h
  vmath/lib/dp-avx.cpp
  vmath/lib/dp-avx2.cpp
  vmath/lib/dp-scalar.cpp
  vmath/lib/dp-sse2.cpp
  vmath/lib/dp.cpp
  vmath/lib/fma4.h
  vmath/lib/isa.h
  vmath/lib/neon.h
  vmath/lib/nonnumber.h
  vmath/lib/sp-avx.cpp
  vmath/lib/sp-avx2.cpp
  vmath/lib/sp-neon.cpp
  vmath/lib/sp-scalar.cpp
  vmath/lib/sp-sse2.cpp
  vmath/lib/sp.cpp
  vmath/lib/sse2.h
  vmath/unittests/CMakeLists.txt
  vmath/unittests/VMathTestDouble.cpp
  vmath/unittests/VMathTestDoubleAVX.cpp
  vmath/unittests/VMathTestDoubleAVX2.cpp
  vmath/unittests/VMathTestDoubleSSE2.cpp
  vmath/unittests/VMathTestSingle.cpp
  vmath/unittests/VMathTestSingleAVX.cpp
  vmath/unittests/VMathTestSingleAVX2.cpp
  vmath/unittests/VMathTestSingleNEON.cpp
  vmath/unittests/VMathTestSingleSSE2.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24951.73988.patch
Type: text/x-patch
Size: 344446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/parallel_libs-commits/attachments/20161007/2af753a4/attachment-0001.bin>


More information about the Parallel_libs-commits mailing list