kokkos / simd-math

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

Add functions multiplysign and copysign. #8

Closed alanw0 closed 4 years ago

alanw0 commented 4 years ago

Specialized implementations are included for SSE, AVX, AVX512. Fallback implementations are also included which should at least work correctly (but not fast) for other instruction sets until specialized implementations can be added.