Tag Archives: compilers
When GCC’s “-ffast-math” isn’t
Performance optimization is often about trade-offs, especially when you get into the implementation details of a program. A routine may go faster if you unroll loops to reduce branching overhead, however program code size increases as a result. If you … Continue reading
