mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 23:08:31 +00:00
Improve documentation
The Cosmo API documentation page is pretty good now https://justine.lol/cosmopolitan/documentation.html
This commit is contained in:
parent
13437dd19b
commit
1bc3a25505
367 changed files with 2542 additions and 26178 deletions
|
@ -24,19 +24,19 @@ tinymath_copysign:
|
|||
.leafprologue
|
||||
.profilable
|
||||
movapd %xmm1,%xmm2
|
||||
andpd .L1(%rip),%xmm0
|
||||
andpd .L2(%rip),%xmm2
|
||||
andpd .Lnan(%rip),%xmm0
|
||||
andpd .Lneg0(%rip),%xmm2
|
||||
orpd %xmm2,%xmm0
|
||||
.leafepilogue
|
||||
.endfn tinymath_copysign,globl
|
||||
.alias tinymath_copysign,copysign
|
||||
|
||||
.rodata.cst16
|
||||
.L1: .long 4294967295
|
||||
.long 2147483647
|
||||
.Lnan: .long 0xffffffff
|
||||
.long 0x7fffffff
|
||||
.long 0
|
||||
.long 0
|
||||
.L2: .long 0
|
||||
.Lneg0: .long 0
|
||||
.long -2147483648
|
||||
.long 0
|
||||
.long 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue