Update mandelbrot.c
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
#define divfp(_a,_b) ((((signed long)_a)<<fpshift)/(_b))
|
#define divfp(_a,_b) ((((signed long)_a)<<fpshift)/(_b))
|
||||||
|
|
||||||
/* Use static local variables for speed */
|
/* Use static local variables for speed */
|
||||||
#pragma static-locals (1);
|
#pragma static-locals (1)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user