lcompilers / lc

C++ compiler
MIT License
26 stars 7 forks source link

Improve LC to compile faster version of nbody #92

Closed czgdp1807 closed 6 months ago

czgdp1807 commented 6 months ago

num = 10000000

Compiler Time (s) Relative
lc --fast 0.46 1.21
lc 0.83s 2.18
clang++ -O3 -march=native -ffast-math 0.38s 1.0
clang++ -std=c++20 1.49s 3.92