For ASCII-art (aalib/caca) we need SDL_Quit at the end.
After compiling SDL with --enable-video-caca
and using SDL_VIDEODRIVER=caca ./src/mandelSSE
I could not see the frame rate at the end. The stdio restoration at the end needed a call to SDL_Quit
.