-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rebase this later] Try to compile on windows as well
- Loading branch information
Showing
21 changed files
with
34 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
src/hyperlight_guest/third_party/libc/musl/src/math/x86_64/acosl.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# see ../i386/acos.s | ||
|
||
.global acosl | ||
.type acosl,@function | ||
acosl: | ||
fldt 8(%rsp) | ||
1: fld %st(0) | ||
|
1 change: 0 additions & 1 deletion
1
src/hyperlight_guest/third_party/libc/musl/src/math/x86_64/asinl.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
.global asinl | ||
.type asinl,@function | ||
asinl: | ||
fldt 8(%rsp) | ||
1: fld %st(0) | ||
|
1 change: 0 additions & 1 deletion
1
src/hyperlight_guest/third_party/libc/musl/src/math/x86_64/atan2l.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
.global atan2l | ||
.type atan2l,@function | ||
atan2l: | ||
fldt 8(%rsp) | ||
fldt 24(%rsp) | ||
|
1 change: 0 additions & 1 deletion
1
src/hyperlight_guest/third_party/libc/musl/src/math/x86_64/atanl.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
.global atanl | ||
.type atanl,@function | ||
atanl: | ||
fldt 8(%rsp) | ||
fld1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
src/hyperlight_guest/third_party/libc/musl/src/math/x86_64/log10l.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
.global log10l | ||
.type log10l,@function | ||
log10l: | ||
fldlg2 | ||
fldt 8(%rsp) | ||
|
1 change: 0 additions & 1 deletion
1
src/hyperlight_guest/third_party/libc/musl/src/math/x86_64/log1pl.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
.global log1pl | ||
.type log1pl,@function | ||
log1pl: | ||
mov 14(%rsp),%eax | ||
fldln2 | ||
|
1 change: 0 additions & 1 deletion
1
src/hyperlight_guest/third_party/libc/musl/src/math/x86_64/log2l.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
.global log2l | ||
.type log2l,@function | ||
log2l: | ||
fld1 | ||
fldt 8(%rsp) | ||
|
1 change: 0 additions & 1 deletion
1
src/hyperlight_guest/third_party/libc/musl/src/math/x86_64/logl.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
.global logl | ||
.type logl,@function | ||
logl: | ||
fldln2 | ||
fldt 8(%rsp) | ||
|
2 changes: 0 additions & 2 deletions
2
src/hyperlight_guest/third_party/libc/musl/src/string/x86_64/memcpy.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
src/hyperlight_guest/third_party/libc/musl/src/string/x86_64/memmove.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
src/hyperlight_guest/third_party/libc/musl/src/string/x86_64/memset.s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
.global memset | ||
.type memset,@function | ||
memset: | ||
movzbq %sil,%rax | ||
mov $0x101010101010101,%r8 | ||
|