Make pow() conform to standard definition
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
// @param 𝑥 is double scalar in low half of %xmm0
|
||||
// @return double scalar in low half of %xmm0
|
||||
// @see pow(), exp()
|
||||
exp10:
|
||||
ezlea exp10l,ax
|
||||
exp10: ezlea exp10l,ax
|
||||
jmp _d2ld2
|
||||
.endfn exp10,globl
|
||||
.alias exp10,pow10
|
||||
|
||||
Reference in New Issue
Block a user