Hacker News
- Floating point math: Why doesn't GCC optimize a*a*a*a*a*a to (a*a*a)*(a*a*a)? https://stackoverflow.com/questions/6430448/why-doesnt-gcc-optimize-aaaaaa-to-aaaaaa 2 comments
- Why doesn't GCC optimize a*a*a*a*a*a to (a*a*a)*(a*a*a)? (2013) http://stackoverflow.com/questions/6430448/why-doesnt-gcc-optimize-aaaaaa-to-aaaaaa 83 comments
- Why a*a*a*a*a*a cannot be optimized to (a*a*a)*(a*a*a)? http://stackoverflow.com/questions/6430448/why-aaaaaa-cannot-be-optimized-to-aaaaaa 29 comments
- Why a*a*a*a*a*a cannot be optimized to (a*a*a)*(a*a*a)? [gcc] http://stackoverflow.com/questions/6430448/why-aaaaaa-cannot-be-optimized-to-aaaaaa 198 comments programming
Linking pages
Related searches:
Search whole site: site:stackoverflow.com
Search title: assembly - Why doesn't GCC optimize a*a*a*a*a*a to (a*a*a)*(a*a*a)? - Stack Overflow
See how to search.