Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 156 Bytes

TODOs.md

File metadata and controls

7 lines (7 loc) · 156 Bytes

C Optimizations

  • -O3 => -O2
  • size_t N (natural integer)
  • -march=native
  • compile with clang
  • float => double (x64 arch)
  • do not use global variables