Skip to content

Commit

Permalink
make aarch64 as exeption to not use ASM
Browse files Browse the repository at this point in the history
  • Loading branch information
wong-fi-hung committed Oct 16, 2024
1 parent 3fafebc commit 8fd7c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asm/neoscrypt_asm.S
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "miner.h"
#endif

#if defined(__GNUC__) && !defined(__arm__)
#if defined(__GNUC__) && !defined(__arm__) && !defined(__aarch64__)
#define ASM 1
/* #define WIN64 0 */
#endif
Expand Down

0 comments on commit 8fd7c82

Please sign in to comment.