mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-05 14:11:01 +00:00
Make further progress on non-x86 support
This commit is contained in:
parent
aef9a69a60
commit
036b9a0002
155 changed files with 2307 additions and 653 deletions
|
@ -63,5 +63,7 @@ long double roundl(long double x) {
|
|||
if (u.i.se >> 15)
|
||||
y = -y;
|
||||
return y;
|
||||
#else
|
||||
#error "architecture unsupported"
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue