Improve speed of z->z²+c iteration and parameterize z #1

Merged
Slyvtt merged 1 commits from shared-faster-asm into master 2023-01-19 12:29:43 +01:00
Contributor

I pushed the update assembly code which gained time in my add-in. The gain is a bit unclear, maybe because on your default view rather few pixels need many iterations.

The new function (better named quadratic_iteration_32()) now accepts initial values for both z and c and can thus be used to compute Julia sets too.

I pushed the update assembly code which gained time in my add-in. The gain is a bit unclear, maybe because on your default view rather few pixels need many iterations. The new function (better named `quadratic_iteration_32()`) now accepts initial values for both z and c and can thus be used to compute Julia sets too.
Lephenixnoir added 1 commit 2023-01-19 09:26:23 +01:00
Slyvtt merged commit a8790d7de4 into master 2023-01-19 12:29:43 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Slyvtt/MandAzur#1
No description provided.