From 2ef6dba8728db2437def9a4fc1d3e20e0aa44c31 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 24 Aug 2024 13:04:45 -0500 Subject: Revup FFTS to latest upstream version Taken from https://github.com/linkotec/ffts Fixes ppc64el support and a handful of other bugs --- lib/ffts/include/ffts.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/ffts/include') diff --git a/lib/ffts/include/ffts.h b/lib/ffts/include/ffts.h index cc85a88..b13316f 100644 --- a/lib/ffts/include/ffts.h +++ b/lib/ffts/include/ffts.h @@ -3,6 +3,7 @@ This file is part of FFTS. Copyright (c) 2012, Anthony M. Blake + Copyright (c) 2018, Jukka Ojanen All rights reserved. Redistribution and use in source and binary forms, with or without @@ -75,6 +76,9 @@ typedef struct _ffts_plan_t ffts_plan_t; FFTS_API ffts_plan_t* ffts_init_1d(size_t N, int sign); +FFTS_API ffts_plan_t* +ffts_init_1d_64f(size_t N, int sign); + FFTS_API ffts_plan_t* ffts_init_2d(size_t N1, size_t N2, int sign); -- cgit v1.2.3