mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +00:00
Fix bugs and have emulator emulate itself
This commit is contained in:
parent
5aabacb361
commit
bd29223891
111 changed files with 1283 additions and 2073 deletions
|
@ -20,6 +20,10 @@
|
|||
#include "libc/macros.h"
|
||||
.source __FILE__
|
||||
|
||||
/ Returns square root of 𝑥.
|
||||
/
|
||||
/ @param 𝑥 is an float passed in %xmm0
|
||||
/ @return result in %xmm0
|
||||
tinymath_sqrtf:
|
||||
.leafprologue
|
||||
.profilable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue