sleef icon indicating copy to clipboard operation
sleef copied to clipboard

Redundant use of dfadd_f2_f2_f ?

Open Remotion opened this issue 3 years ago • 1 comments

https://github.com/shibatch/sleef/blob/85440a5e87dae36ca1b891de14bc83b441ae7c43/src/libm/sleefsp.c#L1031

This line can be simplified to if (!o && d < 0) r = 3.1415927410125732422f - r;

Remotion avatar May 18 '21 12:05 Remotion

I will look into this.

shibatch avatar May 21 '21 13:05 shibatch