Pasted as Plain Text [Remove this paste ]
Description: No description
URL: http://rafb.ath.cx/pastes/FLWz0I62.html
1
2
3
4
5
6
7
8
9
10
Stoat ~/dev/advent2024 # gcc -mtune=native -march=native day7.c -o day7 -W -Wall -O3 -fwhole-program -g -lm && ./day7
day7.c:172:12: warning: ‘dop2’ defined but not used [-Wunused-function]
  172 | static int dop2(struct row *r)
      |            ^~~~
p1: 3598800864292, p2: 340362529351427 in 61ms
Stoat ~/dev/advent2024 # gcc -mtune=native -march=native day7.c -o day7 -W -Wall -O3 -fwhole-program -g -lm && ./day7
day7.c:126:12: warning: ‘dop2a’ defined but not used [-Wunused-function]
  126 | static int dop2a(struct row *r)
      |            ^~~~~
p1: 3598800864292, p2: 340362529351427 in 455ms