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

Q formats should not be used as storage types #30

Open
christophe0606 opened this issue Jul 18, 2022 · 0 comments
Open

Q formats should not be used as storage types #30

christophe0606 opened this issue Jul 18, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@christophe0606
Copy link
Contributor

If I look at arm_dot_prod_q15, the comment of the function is:

The return result is in 34.30 format

and the return type is q63_t

So q63_t is here used as a storage type. The real fixed type being q34_30_t

The same problems is present in every function where the datatype are not q63, q15 or q7 but other fixed point types are used.

This should be improved.

@christophe0606 christophe0606 added the enhancement New feature or request label Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant