mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Get GCC to mostly build with Cosmo
This commit is contained in:
parent
2eb7148474
commit
9b55dbe417
54 changed files with 113 additions and 132 deletions
|
@ -60,7 +60,7 @@ C1 = 0x155553e1053a42.0p-57, /* 0.0416666233237390631894 */
|
|||
C2 = -0x16c087e80f1e27.0p-62, /* -0.00138867637746099294692 */
|
||||
C3 = 0x199342e0ee5069.0p-68; /* 0.0000243904487962774090654 */
|
||||
|
||||
noinstrument float __cosdf(double x)
|
||||
dontinstrument float __cosdf(double x)
|
||||
{
|
||||
double_t r, w, z;
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */
|
|||
S3 = -0x1a00f9e2cae774.0p-65, /* -0.000198393348360966317347 */
|
||||
S4 = 0x16cd878c3b46a7.0p-71; /* 0.0000027183114939898219064 */
|
||||
|
||||
noinstrument float __sindf(double x)
|
||||
dontinstrument float __sindf(double x)
|
||||
{
|
||||
double_t r, s, w, z;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue