* Hi all, how could I check if my compiler use fpu instruction?
@ 2008-01-28 21:08 Fabio Giovagnini
2008-01-29 0:49 ` Paul Mundt
2008-01-29 8:32 ` Fabio Giovagnini
0 siblings, 2 replies; 3+ messages in thread
From: Fabio Giovagnini @ 2008-01-28 21:08 UTC (permalink / raw)
To: linux-sh
Thanks a lot in advance
--
Fabio Giovagnini
Aurion s.r.l.
via degli orti 11,
40050 Funo di Argelato (BO)
P.I e C.F.
00885711200
Tel. +39.335.8350919
Fax +39.051.8659009
www.aurion-tech.com
account telefono VoIP skype (www.skype.com):
aurion.giovagnini
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Hi all, how could I check if my compiler use fpu instruction?
2008-01-28 21:08 Hi all, how could I check if my compiler use fpu instruction? Fabio Giovagnini
@ 2008-01-29 0:49 ` Paul Mundt
2008-01-29 8:32 ` Fabio Giovagnini
1 sibling, 0 replies; 3+ messages in thread
From: Paul Mundt @ 2008-01-29 0:49 UTC (permalink / raw)
To: linux-sh
It is incredibly difficult to reply to your mail when you insist on
putting the body of your text in the subject line. Please use a more
meaningful subject and actually use the body for something other than
your .sig, thanks.
Regarding FP use, this depends on your target, and on your CFLAGS. If
you're using a target that supports an FPU, FP instructions are generated
by default. You will need to explicitly inhibit FP instruction generation
if you do not want it. You can look at arch/sh/Makefile for various ways
we try to prevent the compiler from generating FP instructions ("try" is
operative here, since GCC often has its own ideas about things).
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Hi all, how could I check if my compiler use fpu instruction?
2008-01-28 21:08 Hi all, how could I check if my compiler use fpu instruction? Fabio Giovagnini
2008-01-29 0:49 ` Paul Mundt
@ 2008-01-29 8:32 ` Fabio Giovagnini
1 sibling, 0 replies; 3+ messages in thread
From: Fabio Giovagnini @ 2008-01-29 8:32 UTC (permalink / raw)
To: linux-sh
Sorry Paul, sorry everybody.
When I'm tierd I'm not so smart.
Thanks a lot for the answer.
arch/sh/Makefile is related to kernel tree, rigth?
Thanks and sorry again.
Alle 01:49, martedì 29 gennaio 2008, Paul Mundt ha scritto:
> It is incredibly difficult to reply to your mail when you insist on
> putting the body of your text in the subject line. Please use a more
> meaningful subject and actually use the body for something other than
> your .sig, thanks.
>
> Regarding FP use, this depends on your target, and on your CFLAGS. If
> you're using a target that supports an FPU, FP instructions are generated
> by default. You will need to explicitly inhibit FP instruction generation
> if you do not want it. You can look at arch/sh/Makefile for various ways
> we try to prevent the compiler from generating FP instructions ("try" is
> operative here, since GCC often has its own ideas about things).
> -
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Fabio Giovagnini
Aurion s.r.l.
via degli orti 11,
40050 Funo di Argelato (BO)
P.I e C.F.
00885711200
Tel. +39.335.8350919
Fax +39.051.8659009
www.aurion-tech.com
account telefono VoIP skype (www.skype.com):
aurion.giovagnini
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-01-29 8:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-28 21:08 Hi all, how could I check if my compiler use fpu instruction? Fabio Giovagnini
2008-01-29 0:49 ` Paul Mundt
2008-01-29 8:32 ` Fabio Giovagnini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox