Skip to content

Commit

Permalink
Changed to C calling x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
francizesperanza committed Apr 2, 2024
1 parent 52e381f commit 8410f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void version_testing (int n){
printf("\nExecution time of C Implementation: %.5f seconds\n", exec_time);

/* x86_64 Implementation */
printf("\nx86-64 calling C:\n");
printf("\nC calling x86-64:\n");

start2 = clock();
asm_kernel_start(n, A, X, Y, Z);
Expand Down

0 comments on commit 8410f52

Please sign in to comment.