Software Optimization Guide for AMD64 Processors

25112 Rev. 3.06 September 2005

Listing 15. Example 2 (Preferred)

double a, b, c, e, f, t;

t = 1 / c; e = a * t f = b * t;

38

C and C++ Source-Level Optimizations

Chapter 2

Page 54
Image 54
AMD 250 manual Listing 15. Example 2 Preferred