mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Do not use __XSCALE__ to detect if clz is available, use _ARM_ARCH_5 instead.
MFC After: 3 days
This commit is contained in:
parent
0f7432f516
commit
def35d2ca7
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ ENTRY(ffs)
|
|||
/* Standard trick to isolate bottom bit in r0 or 0 if r0 = 0 on entry */
|
||||
rsb r1, r0, #0
|
||||
ands r0, r0, r1
|
||||
#ifndef __XSCALE__
|
||||
#ifndef _ARM_ARCH_5
|
||||
|
||||
/*
|
||||
* now r0 has at most one set bit, call this X
|
||||
|
|
|
|||
Loading…
Reference in a new issue