Skip to content

Commit

Permalink
fix missing assembly file on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck authored and potuz committed May 2, 2024
1 parent 7a07259 commit 6319c40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hashtree_abi.nim
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ when ((defined(linux) or defined(windows)) and defined(gcc)) or
""

when defined(arm64):
{.compile(srcDir & "sha256_armv8_crypto.S", cflags).}
{.compile(srcDir & "sha256_armv8_neon_x1.S", cflags).}
{.compile(srcDir & "sha256_armv8_neon_x4.S", cflags).}

Expand Down

0 comments on commit 6319c40

Please sign in to comment.