add complex number implementation in kotlin/native using Vector128 #170
Labels
enhancement
New feature or request
native
An issue/PR related to Native
perf
An issue/PR related to performance
Milestone
Vector128 provides an efficient way to work with SIMD instructions. The suggested implementation of complex numbers based on Vector128 will enable leveraging these advantages for performing complex number operations efficiently and in an optimized manner.
The text was updated successfully, but these errors were encountered: