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

DSP basic_maths_functions #476

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft

Conversation

Antoine-V74
Copy link

To the attention of Dr. José Miranda :
I tried and simulate every basic maths functions of the pulpino and they gave the correct results.
To use them the makefile needs to be changed, as it does no recognize the riscv_maths file

@@ -0,0 +1,130 @@
#include <stdio.h>
#include <stdlib.h>
#include "/home/antoine/FORKs/CMSIS-DSP-PULPino/inc/riscv_math.h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should not use absolute path

@@ -0,0 +1,130 @@
#include <stdio.h>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing license -

@JoseCalero JoseCalero marked this pull request as draft April 4, 2024 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants