JuliaSIMD / JuliaSIMD/LoopVectorization.jl
vmap and StaticVectors
Open
- Dominant language
- Julia
- Stars
- 789
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
As predicted, `vmap` gives me a tremendous boost in performance =) I'm hitting an error when mapping over static arrays though
```julia
julia> vmap(exp, randn(8));
julia> vmap(exp, @SVector randn(8));
ERROR: conversion to pointer not defined for SArray{Tuple{8},Float64,1,8}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.