Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Musl
提交
2d93d644
T
Third Party Musl
项目概览
OpenHarmony
/
Third Party Musl
1 年多 前同步成功
通知
37
Star
125
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Musl
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
2d93d644
编写于
8月 13, 2012
作者:
R
Rich Felker
浏览文件
操作
浏览文件
下载
差异文件
Merge remote-tracking branch 'nsz/exp'
上级
ab76321c
1fb01691
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
35 addition
and
40 deletion
+35
-40
src/math/i386/exp.s
src/math/i386/exp.s
+18
-21
src/math/x86_64/expl.s
src/math/x86_64/expl.s
+17
-19
未找到文件。
src/math/i386/exp.s
浏览文件 @
2d93d644
...
...
@@ -69,18 +69,18 @@ exp:
exp2
:
fldl
4
(%
esp
)
1
:
pushl
$
0x467ff000
flds
(%
esp
)
flds
(%
esp
)
#
16380
xorl
%
eax
,%
eax
pushl
$
0x80000000
push
%
eax
fld
%
st
(
1
)
fabs
fucom
%
st
(
1
)
fucom
p
%
st
(
1
)
fnstsw
fstp
%
st
(
0
)
fstp
%
st
(
0
)
sahf
ja
2
f
ja
3
f
#
|x|
>
16380
jp
2
f
#
x
is
nan
(
avoid
invalid
except
in
fistp
)
fld
%
st
(
0
)
fistpl
8
(%
esp
)
fildl
8
(%
esp
)
...
...
@@ -90,30 +90,27 @@ exp2:
add
%
eax
,
8
(%
esp
)
f2xm1
fld1
faddp
fldt
(%
esp
)
faddp
#
2
^(
x
-
rint
(
x
))
fldt
(%
esp
)
#
2
^
rint
(
x
)
fmulp
fstp
%
st
(
1
)
add
$
12
,%
esp
2
:
add
$
12
,%
esp
ret
2
:
fld
%
st
(
0
)
3
:
fld
%
st
(
0
)
fstpt
(%
esp
)
mov
9
(%
esp
),%
ah
and
$
0x7f
,%
ah
cmp
$
0x7f
,%
ah
jne
1
f
decb
9
(%
esp
)
fstp
%
st
(
0
)
fldt
(%
esp
)
1
:
fld
%
st
(
0
)
fld1
mov
8
(%
esp
),%
ax
and
$
0x7fff
,%
ax
cmp
$
0x7fff
,%
ax
je
1
f
#
x
=
+-
inf
fld
%
st
(
1
)
frndint
fxch
%
st
(
1
)
fsub
%
st
(
1
)
fxch
%
st
(
2
)
fsub
%
st
(
2
)
#
st
(
0
)=
x
-
rint
(
x
),
st
(
1
)=
1
,
st
(
2
)=
rint
(
x
)
f2xm1
fld1
faddp
fscale
faddp
#
2
^(
x
-
rint
(
x
))
1
:
fscale
fstp
%
st
(
1
)
add
$
12
,%
esp
ret
src/math/x86_64/expl.s
浏览文件 @
2d93d644
...
...
@@ -40,7 +40,7 @@ exp2l:
mov
%
eax
,-
20
(%
rsp
)
xor
%
eax
,%
eax
mov
%
eax
,-
24
(%
rsp
)
flds
-
16
(%
rsp
)
flds
-
16
(%
rsp
)
#
16380
fld
%
st
(
1
)
fabs
fucom
%
st
(
1
)
...
...
@@ -48,7 +48,8 @@ exp2l:
fstp
%
st
(
0
)
fstp
%
st
(
0
)
sahf
ja
2
f
ja
3
f
#
|x|
>
16380
jp
2
f
#
x
is
nan
(
avoid
invalid
except
in
fistp
)
fld
%
st
(
0
)
fistpl
-
16
(%
rsp
)
fildl
-
16
(%
rsp
)
...
...
@@ -58,28 +59,25 @@ exp2l:
add
%
eax
,-
16
(%
rsp
)
f2xm1
fld1
faddp
fldt
-
24
(%
rsp
)
faddp
#
2
^(
x
-
rint
(
x
))
fldt
-
24
(%
rsp
)
#
2
^
rint
(
x
)
fmulp
fstp
%
st
(
1
)
2
:
fstp
%
st
(
1
)
ret
2
:
fld
%
st
(
0
)
3
:
fld
%
st
(
0
)
fstpt
-
24
(%
rsp
)
mov
-
15
(%
rsp
),%
ah
and
$
0x7f
,%
ah
cmp
$
0x7f
,%
ah
jne
1
f
decb
-
15
(%
rsp
)
fstp
%
st
(
0
)
fldt
-
24
(%
rsp
)
1
:
fld
%
st
(
0
)
fld1
mov
-
15
(%
rsp
),%
ax
and
$
0x7fff
,%
ax
cmp
$
0x7fff
,%
ax
je
1
f
#
x
=
+-
inf
fld
%
st
(
1
)
frndint
fxch
%
st
(
1
)
fsub
%
st
(
1
)
fxch
%
st
(
2
)
fsub
%
st
(
2
)
#
st
(
0
)=
x
-
rint
(
x
),
st
(
1
)=
1
,
st
(
2
)=
rint
(
x
)
f2xm1
fld1
faddp
fscale
faddp
#
2
^(
x
-
rint
(
x
))
1
:
fscale
fstp
%
st
(
1
)
ret
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录