rprechelt / Vectorize.jl

Cross-platform vectorization of Julia code using Accelerate, VML, and Yeppp!
http://vectorizejl.readthedocs.io/en/latest/
Other
19 stars 7 forks source link

Initial functions to be supported #1

Closed rprechelt closed 7 years ago

rprechelt commented 8 years ago

The list below represents the 32 basic functions necessary for a v0.1 release. Once a function is supported using the Library.Function() syntax (i.e. Accelerate.vadd()), the library is crossed out. Once the function is supported by @vectorize (the LLVM pass), then "Vectorize" is crossed out. Once all four have been crossed out, then the tick box is checked.