Rogerio Alves

Results 5 issues of Rogerio Alves

I am running vscodium on Linux (Fedora 39) and when I launch the Stella emulator I am getting the following warning: ``` Launching Stella emulator... libdecor-gtk-WARNING: Failed to initialize GTK...

Seems like we have lots of trailing white spacing and the code is not standardized (looks like GNU, but there's lots of things that doesn't follow the code standard). I...

enhancement
question

Exponent check must be not use exp from getmantandexpd*. That's because those function returns the nromalized exponent which is adjusted later in the code. Some exception (underflow/overflow) code is using...

Remove Docker display restriction and update docker script to forward WAYLAND/X11 graphics so we can run graphic benchmarks.

Hi, This PR introduces a optimization for Adler32 checksum for POWER8+ processors that uses VSX (vector) instructions. If adler32 do 1 byte at time on the first iteration s1 is...