[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
about SPARC_HAS_FPU = 1
- Date: Mon, 20 Oct 2008 08:27:41 +0200
- From: aconchillo at ieec.cat (Aleix Conchillo FlaquÃ)
- Subject: about SPARC_HAS_FPU = 1
On Fri, Oct 17, 2008 at 15:33, pierre kestener <pierre.kestener at cea.fr> wrote:
>
> Yes, i am referring to the statement
> #define SPARC_HAS_FPU 1
>
> My understanding is that if the kernel is compiled with -msoft-float then we
> have
> #define SPARC_HAS_FPU 0 (from the header file
> cpukit/score/cpu/sparc/rtems/score/sparc.h)
> and then both symbols CPU_HARDWARE_FP and CPU_SOFTWARE_FP are FALSE.
>
[snip]
As Jiri said, SPARC_HAS_FPU should be always set, and this is
currently not true. I guess someone should change/review that.
Aleix