mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
make style
This commit is contained in:
parent
0fefdbb3a3
commit
8d9dd8b346
12 changed files with 238 additions and 164 deletions
|
@ -589,11 +589,11 @@ static SIMDExecInstr GetSIMDInstr(void) {
|
|||
else
|
||||
#endif
|
||||
#if defined(COMPILER_HAS_SIMD_NEON)
|
||||
if (arm_has_neon())
|
||||
instr = SIMD_NEON;
|
||||
else
|
||||
if (arm_has_neon())
|
||||
instr = SIMD_NEON;
|
||||
else
|
||||
#endif
|
||||
instr = SIMD_NONE;
|
||||
instr = SIMD_NONE;
|
||||
|
||||
return instr;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue