Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Newbie Questions



In the combination 'earmv6hfeb' we have:
[earm][v6][hf][eb]
  |    |   |   |
  |    |   |   |
  |    |   |Big endian (little if unspecified)
  |    |Hardware float (FPU exists?)
  |ISA version
EARM ABI

Everything can run software float, but ideally you would like to use
your hardware to calculate things, and code must be built to use the
special instructions.

We can also default to an older ISA version, but that is comes at a
performance cost.


Home | Main Index | Thread Index | Old Index