public inbox for gentoo-embedded@lists.gentoo.org
 help / color / mirror / Atom feed
From: Martin Guy <martinwguy@gmail.com>
To: gentoo-embedded@lists.gentoo.org
Subject: Re: [gentoo-embedded] pxa270 cflags?
Date: Wed, 12 Aug 2009 22:33:23 +0100	[thread overview]
Message-ID: <56d259a00908121433h4e76971eqc2b917051cd10b48@mail.gmail.com> (raw)
In-Reply-To: <3ea34a000908120721q4ea2007bobe61748f447afab3@mail.gmail.com>

Strictly speaking, iWMMXt is a coprocessor of the ARM, not a CPU, so
technically it is like an FPU except that it does not do floating
point, so it is modelled as a cpu in GCC, with an instruction set that
is a superset of the armv5te set. It's a bit like the difference
between pentium and pentium MMX. It only exists in silicon as a
coprocessor for armv5te cores as far as I know, hence "iwmmxt is
armv5te with extra stuff".
  Yes, it has its own old-ABI, which requires 8-byte alignment of
double words. EABI (v4) has this anyway so it may work.
  Furthermore, it hijacks the same coprocessor interface as the old
FPA floating point accelerator, or in other words, the bit patterns of
its instructions overlap with the FPA instruction set, so you must use
soft float and cannot use kernel emulation of FPA instructions. That's
not really a problem since no silicon exists with both iwmmxt coproc
and a real FPU of any kind, so you would want to use softfloat anyway.
  The main instructions that iwmmxt adds to the armv5te set are real
64-bit integer operations and a slew of vector instructions for those
tight inner loops. Whether it works, of course... have you tried
building gcc for it and running the testsuite on iwmmxt hardware? Prod
me if you need runes to do this.

>  gcc fails saying that "-march=armv5te -mtune=iwmmxt" is not kosher

Indeed. iwmmxt is modeled as both a cpu and an ISA, but unless there
are iwmmxt insns included, the tuning would be a no-op. It would be
like cpu=armv4 arch=armv4t - the armv4 can't run all armv4t
instructions.

Did you run into problems with cpu=iwmmxt?

   M



  reply	other threads:[~2009-08-12 21:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-12 14:21 [gentoo-embedded] pxa270 cflags? Christopher Friedt
2009-08-12 21:33 ` Martin Guy [this message]
2009-08-18  4:56   ` Christopher Friedt
2009-08-18 13:39     ` wireless
2009-08-18 20:01       ` Christopher Friedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56d259a00908121433h4e76971eqc2b917051cd10b48@mail.gmail.com \
    --to=martinwguy@gmail.com \
    --cc=gentoo-embedded@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox