Fix bugs and have emulator emulate itself
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
#include "libc/macros.h"
|
||||
.source __FILE__
|
||||
|
||||
/ Returns square root of 𝑥.
|
||||
/
|
||||
/ @param 𝑥 is an double passed in %xmm0
|
||||
/ @return result in %xmm0
|
||||
tinymath_sqrt:
|
||||
.leafprologue
|
||||
.profilable
|
||||
|
||||
Reference in New Issue
Block a user