Skip to content

Commit

Permalink
zfs: unbreak aarch64 build with non-gcc compilers
Browse files Browse the repository at this point in the history
Workaround until a permanent fix comes from vendor
  • Loading branch information
mmatuska authored and bsdjhb committed Aug 20, 2024
1 parent 8d2fc97 commit be277e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module/icp/asm-aarch64/blake3/b3_aarch64_sse2.S
Original file line number Diff line number Diff line change
Expand Up @@ -2066,4 +2066,4 @@ zfs_blake3_hash_many_sse2:
.size zfs_blake3_hash_many_sse2, .Lfunc_end3-zfs_blake3_hash_many_sse2
.cfi_endproc
.section ".note.GNU-stack","",@progbits
#endif
#endif
2 changes: 1 addition & 1 deletion module/icp/asm-aarch64/blake3/b3_aarch64_sse41.S
Original file line number Diff line number Diff line change
Expand Up @@ -2403,4 +2403,4 @@ zfs_blake3_hash_many_sse41:
.size zfs_blake3_hash_many_sse41, .Lfunc_end3-zfs_blake3_hash_many_sse41
.cfi_endproc
.section ".note.GNU-stack","",@progbits
#endif
#endif

0 comments on commit be277e2

Please sign in to comment.