mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 22:46:43 +00:00
Fix amd64 libcntpr.
svn path=/branches/ros-amd64-bringup/; revision=45247
This commit is contained in:
parent
835a07e605
commit
3ec17c4a18
2 changed files with 5 additions and 3 deletions
|
@ -61,6 +61,7 @@
|
||||||
<directory name="i386">
|
<directory name="i386">
|
||||||
<file>ceil.S</file>
|
<file>ceil.S</file>
|
||||||
<file>cos.S</file>
|
<file>cos.S</file>
|
||||||
|
<file>floor.S</file>
|
||||||
<file>log.S</file>
|
<file>log.S</file>
|
||||||
<file>log10.S</file>
|
<file>log10.S</file>
|
||||||
<file>sin.S</file>
|
<file>sin.S</file>
|
||||||
|
@ -68,6 +69,7 @@
|
||||||
</directory>
|
</directory>
|
||||||
<directory name="amd64">
|
<directory name="amd64">
|
||||||
<file>alldiv.S</file>
|
<file>alldiv.S</file>
|
||||||
|
<file>pow.S</file>
|
||||||
</directory>
|
</directory>
|
||||||
</if>
|
</if>
|
||||||
<file>abs.c</file>
|
<file>abs.c</file>
|
||||||
|
|
|
@ -11,9 +11,9 @@
|
||||||
#else
|
#else
|
||||||
.align 4
|
.align 4
|
||||||
#endif
|
#endif
|
||||||
.globl floor
|
.globl _floor
|
||||||
.def floor; .scl 2; .type 32; .endef
|
.def _floor; .scl 2; .type 32; .endef
|
||||||
floor:
|
_floor:
|
||||||
#ifdef _WIN64
|
#ifdef _WIN64
|
||||||
fldt (%rdx)
|
fldt (%rdx)
|
||||||
subq $24,%rsp
|
subq $24,%rsp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue