summaryrefslogtreecommitdiff
path: root/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'private.h')
-rw-r--r--private.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/private.h b/private.h
index dc3e19c..f34599b 100644
--- a/private.h
+++ b/private.h
@@ -99,24 +99,7 @@ typedef struct {
} flam3_iter_constants;
-typedef double double2 __attribute__ ((vector_size (sizeof (double)*2)));
-typedef struct {
- double2 t;
-
- double precalc_atan, precalc_sina; /* Precalculated, if needed */
- double precalc_cosa, precalc_sqrt;
- double precalc_sumsq,precalc_atanyx;
-
- flam3_xform *xform; /* For the important values */
-
- /* Output Coords */
- double2 p;
-
- /* Pointer to the isaac RNG state */
- randctx *rc;
-
-} flam3_iter_helper;
typedef struct {
double *iter_storage; /* Storage for iteration coordinates */