We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ee3ae8 + 380f7be commit dd25d6aCopy full SHA for dd25d6a
libjamesdsp/subtree/Main/libjamesdsp/jni/jamesdsp/jdsp/jdsp_header.h
@@ -574,7 +574,7 @@ typedef struct dspsys
574
uint64_t rndstate[2];
575
} JamesDSPLib;
576
// JamesDSP controller
577
-extern void JamesDSPGlobalMemoryAllocation(int do_benchmark);
+extern void JamesDSPGlobalMemoryAllocation();
578
extern void JamesDSPGlobalMemoryDeallocation();
579
extern void JamesDSPReallocateBlock(JamesDSPLib *jdsp, size_t blockSizeMax);
580
extern void JamesDSP_Load_benchmark(double *_c0, double *_c1);
0 commit comments