Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the problem that sve functions cannot be debugged by gdb #127

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions md5_mb/aarch64/md5_mb_sve.S
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
.endm

#include "md5_sve_common.S"
.text

/* int md5_mb_sve_max_lanes()
*/
Expand Down
1 change: 1 addition & 0 deletions mh_sha1/aarch64/mh_sha1_block_sve.S
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#endif

#include "sha1_sve_common.S"
.text

.macro load_init
.endm
Expand Down
1 change: 1 addition & 0 deletions sm3_mb/aarch64/sm3_mb_sve.S
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
.endm

#include "sm3_sve_common.S"
.text

/* int sm3_mb_sve_max_lanes()
* return : max lanes of SVE vector
Expand Down