From e98d15d4eb88ec13a6e6ef97e915aada231855fa Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 9 Feb 2015 18:04:22 +0100 Subject: Replace isaac with xorshift No difference in performance. rdrand instruction alone is too slow. --- flam3-animate.c | 1 - 1 file changed, 1 deletion(-) (limited to 'flam3-animate.c') diff --git a/flam3-animate.c b/flam3-animate.c index 3c32628..ccf0b5a 100644 --- a/flam3-animate.c +++ b/flam3-animate.c @@ -19,7 +19,6 @@ #include "private.h" #include "img.h" -#include "isaacs.h" int main(int argc, char **argv) { char *ai, *fname; -- cgit v1.2.3