Hello All!

Is it possible to build a softfp uClibc for ARM?

For the records, there are three types of floating point supports on ARM:

ABI     | arithmetics    | storage
--------+----------------+------------------
hard    | instructions   | float registers
soft    | function calls | integer registers
softfp  | instructions   | integer registers

Thus, on a CPU with a FPU (VFP, Neon...), softfp takes full advantage of
the FPU, while retaining compatibility with legacy softfloat code (eg. in
a shared library).

So, is it possible to build uClibc using the softfp ABI ?

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to