[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
Mon Sep 26 18:39:16 PDT 2016


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

Update lib license headers to be consistent with our policy.


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

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


More information about the Parallel_libs-commits mailing list