Skip to content

Commit

Permalink
Merge commit '380f7be4554bc8aa0459809ae937dd9912b07ef5'
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Aug 8, 2023
2 parents 1ee3ae8 + 380f7be commit dd25d6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ typedef struct dspsys
uint64_t rndstate[2];
} JamesDSPLib;
// JamesDSP controller
extern void JamesDSPGlobalMemoryAllocation(int do_benchmark);
extern void JamesDSPGlobalMemoryAllocation();
extern void JamesDSPGlobalMemoryDeallocation();
extern void JamesDSPReallocateBlock(JamesDSPLib *jdsp, size_t blockSizeMax);
extern void JamesDSP_Load_benchmark(double *_c0, double *_c1);
Expand Down

0 comments on commit dd25d6a

Please sign in to comment.