mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 09:39:25 +02:00
git-svn-id: trunk@12744 -
This commit is contained in:
parent
65b46d5821
commit
19c25f22d2
@ -91,7 +91,7 @@ function fftw_plan_dft(rank:cardinal;n:Pcardinal;i:Pcomplex_single;o:Psingle;
|
||||
|
||||
procedure fftw_destroy_plan(plan:fftw_plan_single);
|
||||
external 'fftw3f' name 'fftwf_destroy_plan';
|
||||
procedure fftw_execute(plan:fftw_plan_single);
|
||||
procedure fftw_execute(plan:fftw_plan_single); cdecl; // Added 'cdecl' as a temporary workaround for bug 12985
|
||||
external 'fftw3f' name 'fftwf_execute';
|
||||
|
||||
{$calling register} {Back to normal!}
|
||||
|
Loading…
Reference in New Issue
Block a user