Skip to content

Commit

Permalink
fix for ARM support (tpruvot#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
caiotoledo authored and tpruvot committed Feb 27, 2018
1 parent 3ccb8e4 commit c9bb06d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scryptjane/scrypt-jane-portable.h
Original file line number Diff line number Diff line change
Expand Up @@ -276,5 +276,13 @@ scrypt_ensure_zero(void *p, size_t len) {
#endif
}

#ifdef __arm__

static size_t detect_cpu(void) {
return 0;
}

#endif

#include "scrypt-jane-portable-x86.h"

0 comments on commit c9bb06d

Please sign in to comment.