Skip to content
Commit 0c6ff793 authored by Adhemerval Zanella's avatar Adhemerval Zanella Committed by Ryan S. Arnold
Browse files

Trigonometric optimizations for POWER cpus

These POWER optimizations remove most of the FP->INT conversions in
hypot/hypotf and sinf/cosf on POWER making the computation done with
FP operations instead.  This eliminates Load-Hit-Store (LHS) stalls,
increasing performance of hypot/hypotf (by about 100% on POWER7 and
12% on POWER6) and sinf/cosf (by 80% on POWER7 and 30% on POWER6).
parent de9b5ed6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment