←back to thread

386 points ingve | 1 comments | | HN request time: 0.204s | source
1. shultays ◴[] No.35743617[source]
What is the reason for different compilers not optimizing that (if (cond ...) begin += step;) as cmov?

Sometimes I feel like I am putting too much trust in compilers. I recently started reading the manual of Agner Fog. Any other recommended resources?