Binary compatibility report for the FFTW library  between 3.1.3 and 3.2 versions on x86

Test Info


Library NameFFTW
Version #13.1.3
Version #23.2
CPU Architecturex86
GCC Version4.6.1

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types55 / 47
VerdictCompatible

Problem Summary


SeverityCount
Added Symbols-7
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low25
Problems with
Constants
Low0
Other Changes-0

Added Symbols (7)


fftw3.h, libfftw3.so.3.2.2
fftw_plan_guru64_dft int rank, fftw_iodim64 const* dims, int howmany_rank, fftw_iodim64 const* howmany_dims, fftw_complex* in, fftw_complex* out, int sign, unsigned int flags )
fftw_plan_guru64_dft_c2r int rank, fftw_iodim64 const* dims, int howmany_rank, fftw_iodim64 const* howmany_dims, fftw_complex* in, double* out, unsigned int flags )
fftw_plan_guru64_dft_r2c int rank, fftw_iodim64 const* dims, int howmany_rank, fftw_iodim64 const* howmany_dims, double* in, fftw_complex* out, unsigned int flags )
fftw_plan_guru64_r2r int rank, fftw_iodim64 const* dims, int howmany_rank, fftw_iodim64 const* howmany_dims, double* in, double* out, fftw_r2r_kind const* kind, unsigned int flags )
fftw_plan_guru64_split_dft int rank, fftw_iodim64 const* dims, int howmany_rank, fftw_iodim64 const* howmany_dims, double* ri, double* ii, double* ro, double* io, unsigned int flags )
fftw_plan_guru64_split_dft_c2r int rank, fftw_iodim64 const* dims, int howmany_rank, fftw_iodim64 const* howmany_dims, double* ri, double* ii, double* out, unsigned int flags )
fftw_plan_guru64_split_dft_r2c int rank, fftw_iodim64 const* dims, int howmany_rank, fftw_iodim64 const* howmany_dims, double* in, double* ro, double* io, unsigned int flags )

to the top

Problems with Symbols, Low Severity (25)


fftw3.h, libfftw3.so.3.1.3
[+] fftw_plan_dft_2d int nx, int ny, fftw_complex* in, fftw_complex* out, int sign, unsigned int flags ) (2)
[+] fftw_plan_dft_3d int nx, int ny, int nz, fftw_complex* in, fftw_complex* out, int sign, unsigned int flags ) (3)
[+] fftw_plan_dft_c2r_2d int nx, int ny, fftw_complex* in, double* out, unsigned int flags ) (2)
[+] fftw_plan_dft_c2r_3d int nx, int ny, int nz, fftw_complex* in, double* out, unsigned int flags ) (3)
[+] fftw_plan_dft_r2c_2d int nx, int ny, double* in, fftw_complex* out, unsigned int flags ) (2)
[+] fftw_plan_dft_r2c_3d int nx, int ny, int nz, double* in, fftw_complex* out, unsigned int flags ) (3)
[+] fftw_plan_r2r_2d int nx, int ny, double* in, double* out, fftw_r2r_kind kindx, fftw_r2r_kind kindy, unsigned int flags ) (4)
[+] fftw_plan_r2r_3d int nx, int ny, int nz, double* in, double* out, fftw_r2r_kind kindx, fftw_r2r_kind kindy, fftw_r2r_kind kindz, unsigned int flags ) (6)

to the top

Header Files (1)


fftw3.h

to the top

Shared Libraries (1)


libfftw3.so.3.1.3

to the top




Generated on Wed Dec 14 18:37:04 2011 for FFTW by ABI Compliance Checker 1.96  
A tool for checking backward binary compatibility of a shared C/C++ library API