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

[28] Add missing special functions to ffmath #31

Merged
merged 9 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
small fixes
  • Loading branch information
camilo committed Nov 18, 2024
commit 668404049b954ba4e1e7c2bde6c95d2d2d581a64
4 changes: 4 additions & 0 deletions include/qfis.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ extern "C" {
} qFIS_DeFuzzState_t;
/*! @endcond */

/*cstat -MISRAC2012-Dir-4.8*/

/*! @cond */
typedef struct
{
Expand Down Expand Up @@ -148,6 +150,8 @@ extern "C" {
/*! @endcond */
} qFIS_Output_t;

/*cstat +MISRAC2012-Dir-4.8*/

/*! @cond */
typedef float (*qFIS_MF_Fcn_t)( const qFIS_IO_Base_t * const in, const float *p, const size_t n );
/*! @endcond */
Expand Down
Loading
Loading