Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-12-05 | Use M_LIT in place of M_MLIT for literals | Joseph Myers | 1 | -1/+1 | |
This should fix the reported issue building cospi and sinpi with GCC 6. Tested for x86_64 (not with GCC 6). | |||||
2024-12-04 | Implement C23 cospi | Joseph Myers | 1 | -0/+39 | |
C23 adds various <math.h> function families originally defined in TS 18661-4. Add the cospi functions (cos(pi*x)). Tested for x86_64 and x86, and with build-many-glibcs.py. |