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 the function: arm_clip_f64() #207

Open
semmelrinde opened this issue Aug 30, 2024 · 1 comment
Open

Add the function: arm_clip_f64() #207

semmelrinde opened this issue Aug 30, 2024 · 1 comment
Labels
wontfix This will not be worked on

Comments

@semmelrinde
Copy link

Currently float64_t is not supportet, only arm_clip_f32() exists.

@christophe0606 christophe0606 added the enhancement New feature or request label Sep 2, 2024
@christophe0606
Copy link
Contributor

@semmelrinde There is no specific instructions on Cortex-M allowing to optimize the f64 version. So a pure C implementation is enough.

As consequence, we will not provide a f64 version of the function.

@christophe0606 christophe0606 added wontfix This will not be worked on and removed enhancement New feature or request labels Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants