From ad18f25a4feb7257b78b633b8f6b93d3f4d36800 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Wed, 11 Feb 2015 20:17:52 +0100 Subject: Explicit input coordinates Slower, obviously. --- private.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'private.h') 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 */ -- cgit v1.2.3