Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add complex number implementation in kotlin/native using Vector128 #170

Closed
devcrocod opened this issue Jun 13, 2023 · 0 comments · Fixed by #195
Closed

add complex number implementation in kotlin/native using Vector128 #170

devcrocod opened this issue Jun 13, 2023 · 0 comments · Fixed by #195
Assignees
Labels
enhancement New feature or request native An issue/PR related to Native perf An issue/PR related to performance
Milestone

Comments

@devcrocod
Copy link
Collaborator

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.

@devcrocod devcrocod added feature perf An issue/PR related to performance native An issue/PR related to Native labels Jun 13, 2023
@devcrocod devcrocod added this to the 0.3.0 milestone Jul 19, 2023
@devcrocod devcrocod added enhancement New feature or request and removed feature labels Jan 15, 2024
@devcrocod devcrocod self-assigned this Jan 15, 2024
devcrocod added a commit that referenced this issue Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request native An issue/PR related to Native perf An issue/PR related to performance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant