mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove a (bogus) remnant of debugging this on sparc64.
This commit is contained in:
parent
4260ec2def
commit
8087c515ab
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ hypotl(long double x, long double y)
|
|||
if (w>b) {
|
||||
t1 = a;
|
||||
union IEEEl2bits uv;
|
||||
uv.e = t1; uv.bits.manl &= ~0xffffffffULL; t1 = uv.e;
|
||||
uv.e = t1; uv.bits.manl = 0; t1 = uv.e;
|
||||
t2 = a-t1;
|
||||
w = sqrtl(t1*t1-(b*(-b)-t2*(a+t1)));
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue