Skip to content

Commit

Permalink
Added variable 'r' to commented out section
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr15Jones committed Aug 16, 2018
1 parent 454739c commit 81c2d18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DataFormats/Math/test/testApproxMath.cpp
Expand Up @@ -200,6 +200,7 @@ void perf() {
justcomp::a[i++]= (WHAT<2) ? -x.f : 1.f/x.f;
}
measure(t);
// binary32 r;
// r.f=approx_expf<6>(x.f);// time 0m1.180s
// r.f=expf(x.f); // time 0m4.372s
// r.f=exp(x.f); // time 0m1.789s
Expand Down

0 comments on commit 81c2d18

Please sign in to comment.