kokkos / simd-math

Library for length agnostic SIMD intrinsic support and the corresponding math operations
Other
20 stars 10 forks source link

Add strided constructors for SSE,AVX,AVX512 #10

Closed alanw0 closed 4 years ago

alanw0 commented 4 years ago

Also alter the regular ptr constructors to use intrinsic in the initializer list rather than calling copy_from in the body of the constructors.