Created
January 15, 2021 07:59
-
-
Save dbaudisch/976067de31df55849e1275cece75ec87 to your computer and use it in GitHub Desktop.
Mandelbrot specs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./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