On 18/10/2019 14:18, Christophe Lyon wrote:
+ bool not_supported = arm_arch_notm || flag_pic || TARGET_NEON;
This is a poor name in the context of the function as a whole. What's not supported. Please think of a better name so that I have some idea what the intention is.
R.