[email protected] (Niels Möller) writes:

  For the specific case of neon, one alternative might be to explicitly
  add the pseudo-op

     .fpu neon 

  in all neon asm files, which should make them less dependent on flags
  passed on the compiler command line. It looks like the definition of
  ASM_START in mpn/arm/arm-defs.m4 can add that for us. So should we be
  using

    ASM_START(`neon')

I believe we do, now.

But that does not solve the problem with incorrect user-supplied CFLAGS;
there are many other insns which are present in just some
sub-architectures

-- 
Torbjörn
Please encrypt, key id 0xC8601622
_______________________________________________
gmp-bugs mailing list
[email protected]
https://gmplib.org/mailman/listinfo/gmp-bugs

Reply via email to