|
|
|
|
|
by gsnedders
2057 days ago
|
|
To be clear for anyone not so up-to-speed on this: what AArch64 has (conditional select) is strictly less expressive than AArch32 (general predication). The take away there is that general predication was found to be overly complex where the vast (vast!) majority of the benefit can be modelled with conditional select. |
|