Skip to content

Instantly share code, notes, and snippets.

@dbaudisch
Created January 15, 2021 07:59
Show Gist options
  • Save dbaudisch/976067de31df55849e1275cece75ec87 to your computer and use it in GitHub Desktop.
Save dbaudisch/976067de31df55849e1275cece75ec87 to your computer and use it in GitHub Desktop.
Mandelbrot specs
./xmand 1048576 262144 -7.499252259685e-01 -1.213768124597e-02 16
-------------------------------------------------------------
system name = Linux
node name = unknown
release = 5.10.6-arch1-1
version = #1 SMP PREEMPT Sat, 09 Jan 2021 18:22:35 +0000
machine = x86_64
page size = 4096
avail memory = 6164049920
= 6019580 kB
= 5878 MB
endian = little endian
sizeof(unsigned long) = 8
sizeof(int) = 4
sizeof(void*) = 8
fp rounding mode is FE_TONEAREST
-------------------------------------------------------------
INFO : magnify accepted as long long int
INFO : FP Exception raised is FE_INEXACT FE_INEXACT
real : Perfectly safe to ignore FE_INEXACT
INFO : FP Exception raised is FE_INEXACT
imag : Perfectly safe to ignore FE_INEXACT
mand_bail = 1048576
pthread_limit = 16
translate = ( -7.49925225968500e-01 , -1.21376812459700e-02 )
magnify = +2.621440000000e+05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment