- ensure we get a newline after doing a version check when streflop disabled

This commit is contained in:
SoftCoder 2014-01-26 19:39:50 -08:00
parent dfb6c130ca
commit 33bb424802
1 changed files with 3 additions and 0 deletions

View File

@ -4198,6 +4198,9 @@ int glestMain(int argc, char** argv) {
#endif
printf(" - using STREFLOP %s - %s\n",instruction_set,denormals);
#else
printf("\n");
#endif
}