Skip to content

Commit

Permalink
remove directive '.cpu' for ARM64/AAPCS/ELF
Browse files Browse the repository at this point in the history
  • Loading branch information
olk authored and Oliver Kowalke committed Jan 5, 2017
1 parent dbd95e8 commit 26b61a6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/asm/jump_arm64_aapcs_elf_gas.S
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
* *
*******************************************************/

.cpu generic+fp+simd
.text
.align 2
.global jump_fcontext
Expand Down
1 change: 0 additions & 1 deletion src/asm/make_arm64_aapcs_elf_gas.S
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
* *
*******************************************************/

.cpu generic+fp+simd
.text
.align 2
.global make_fcontext
Expand Down
1 change: 0 additions & 1 deletion src/asm/ontop_arm64_aapcs_elf_gas.S
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
* *
*******************************************************/

.cpu generic+fp+simd
.text
.align 2
.global ontop_fcontext
Expand Down

0 comments on commit 26b61a6

Please sign in to comment.