38 C and C++ Source-Level Optimizations Chapter 2
25112 Rev. 3.06 September 2005
Software Optimization Guide for AMD64 Processors
Listing 15. Example 2 (Preferred)
double a, b, c, e, f, t;
t = 1 / c;
e = a * t
f = b * t;