On 16/09/15 10:29, Christian Bruel wrote:
Maybe there is just dirt on my screen or my graphic-memory is broken, but I see
an odd character between iWMMXt and and?
Thanks Bernhard,
Resent to remove this malicious sneaky ` character in the string error
message.
I keep forgetting if it's a capital W or a lowercase one but you'll know.
Thanks,
I don't know. iWMMXt is also referenced with a capital W in the other
parts of the compiler.
Let's go with what's in the compiler already.
@@ -25678,23 +25679,14 @@
if (print_tune_info)
arm_print_tune_info ();
- if (TARGET_SOFT_FLOAT)
+ if (! TARGET_SOFT_FLOAT && arm_fpu_desc->model == ARM_FP_MODEL_VFP)
{
Can use TARGET_VFP here?
Ok with that change.
Kyrill