tsc icon indicating copy to clipboard operation
tsc copied to clipboard

in readme.md. Please correct me if I m wrong

Open vijayanandrp opened this issue 8 years ago • 0 comments

printf("Execution took %" PRIu64 " clock cycles\n", end - start - overhead);
printf("Execution took %llu clock cycles\n", end - start - overhead);

vijayanandrp avatar Dec 19 '17 14:12 vijayanandrp