Fix bugs and have emulator emulate itself
This commit is contained in:
@@ -20,6 +20,12 @@
|
||||
#include "libc/macros.h"
|
||||
.source __FILE__
|
||||
|
||||
/ Returns 𝑥 × 2ʸ.
|
||||
/
|
||||
/ @param 𝑥 is long double passed on stack
|
||||
/ @param 𝑦 is long double passed on stack
|
||||
/ @return result in %st0
|
||||
/ @see ldexpl()
|
||||
tinymath_scalbl:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
|
||||
Reference in New Issue
Block a user