Deleted Added
full compact
14c14
< __FBSDID("$FreeBSD: head/lib/msun/src/s_atan.c 176451 2008-02-22 02:30:36Z das $");
---
> __FBSDID("$FreeBSD: head/lib/msun/src/s_atan.c 181062 2008-07-31 19:57:50Z das $");
85,86c85,86
< if(hx>0) return atanhi[3]+atanlo[3];
< else return -atanhi[3]-atanlo[3];
---
> if(hx>0) return atanhi[3]+*(volatile double *)&atanlo[3];
> else return -atanhi[3]-*(volatile double *)&atanlo[3];