diff options
Diffstat (limited to 'thirdparty/linux')
-rw-r--r-- | thirdparty/linux/include/fun.h | 8 | ||||
-rwxr-xr-x | thirdparty/linux/lib/x64/libfun.so | bin | 2755312 -> 2856224 bytes |
2 files changed, 6 insertions, 2 deletions
diff --git a/thirdparty/linux/include/fun.h b/thirdparty/linux/include/fun.h index abc5e17..ac0c166 100644 --- a/thirdparty/linux/include/fun.h +++ b/thirdparty/linux/include/fun.h @@ -17,8 +17,12 @@ extern "C" int n_in_cols; int n_out_rows; int n_out_cols; - void* in_data; - void* out_data; + int is_in_cmplx; + int is_out_cmplx; + void* in_data_real; + void* in_data_img; + void* out_data_real; + void* out_data_img; }FUNCARGS; typedef struct { diff --git a/thirdparty/linux/lib/x64/libfun.so b/thirdparty/linux/lib/x64/libfun.so Binary files differindex 4b3bf0d..d58e138 100755 --- a/thirdparty/linux/lib/x64/libfun.so +++ b/thirdparty/linux/lib/x64/libfun.so |