mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Minimal change to utilize ARM NEON capabilities
This commit is contained in:
parent
7fdcad8537
commit
c868e54734
2 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,8 @@ THE SOFTWARE.
|
|||
#define MAX_BITSLICES 128
|
||||
#elif defined(__SSE2__)
|
||||
#define MAX_BITSLICES 128
|
||||
#elif defined(__ARM_NEON)
|
||||
#define MAX_BITSLICES 128
|
||||
#else // MMX or SSE or NOSIMD
|
||||
#define MAX_BITSLICES 64
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue