summaryrefslogtreecommitdiffstats
path: root/src/cp_sse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cp_sse.h')
-rw-r--r--src/cp_sse.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/cp_sse.h b/src/cp_sse.h
index c6d15dc..2c6825f 100644
--- a/src/cp_sse.h
+++ b/src/cp_sse.h
@@ -8,7 +8,6 @@
#include <stddef.h>
#include <xmmintrin.h>
#include <stdint.h>
-#include <mach/mach_time.h>
typedef complex float cdata_t;
typedef float data_t;
@@ -22,19 +21,11 @@ struct _ffts_plan_t {
ptrdiff_t *offsets;
void __attribute__ ((aligned(32))) **ws;
void (*firstpass)(const float * restrict, float * restrict, size_t, struct _ffts_plan_t * restrict);
- size_t i0, i1, i2;
- uint64_t n_bits, leaftime;
+ size_t i0, i1;
transform_index_t *transforms;
};
-
typedef struct _ffts_plan_t ffts_plan_t;
-
-typedef struct _split_vec_t {
- __m128 re, im;
-} split_vec_t;
-
-
#endif
OpenPOWER on IntegriCloud