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

Bug: missing simd instructions #141

Open
dromer opened this issue Dec 1, 2023 · 0 comments
Open

Bug: missing simd instructions #141

dromer opened this issue Dec 1, 2023 · 0 comments
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed

Comments

@dromer
Copy link
Collaborator

dromer commented Dec 1, 2023

Just to document it a bit better.

The instructions currently used by pd objects obviously have priority.
A patch using these objects would fail using that instruction set.

AVX

  • __hv_log2_f - used by rmstodb~, ftom~ and powtodb~
  • __hv_samphold_f - used by samphold~

All simd missing

But these are also not used anywhere yet.
However they might be useful for expr~ in the future.

  • __hv_acos_f
  • __hv_cosh_f
  • __hv_acosh_f
  • __hv_sin_f
  • __hv_asin_f
  • __hv_sinh_f
  • __hv_asinh_f
  • __hv_tan_f
  • __hv_atan_f
  • __hv_atan2_f
  • __hv_tanh_f
  • __hv_atanh_f
@dromer dromer added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed labels Dec 1, 2023
@dromer dromer added this to Todo in Core Improvements Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed
Projects
Development

No branches or pull requests

1 participant