Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

6 months ago

Language

C

Compiler

gcc 13.2.0

Options
Warnings
Optimization
Compiler Default
no pedantic

Author

anonymous

6 months ago

$ gcc prog.c -Wall -Wextra -O2 -march=native
ovcheck    sum = 1000000000 0.13262000 sec.
nocheck    sum = 1000000000 0.13264200 sec.
use_lea    sum = 1000000000 0.13268700 sec.
Exit Code:
0