mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 07:10:14 +01:00
add newline
This commit is contained in:
@@ -103,7 +103,7 @@ static void CompiledWith()
|
|||||||
fprintf(stdout,"\tUsing SSE instruction set\n");
|
fprintf(stdout,"\tUsing SSE instruction set\n");
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_CMOV
|
#ifdef HAVE_CMOV
|
||||||
fprintf(stdout,"\tUsing CMOV");
|
fprintf(stdout,"\tUsing CMOV\n");
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_ASM_SSE2
|
#ifdef HAVE_ASM_SSE2
|
||||||
fprintf(stdout,"\tUsing SSE2 instruction set\n");
|
fprintf(stdout,"\tUsing SSE2 instruction set\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user