This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Thu, Mar 25, 2004 at 11:51:20PM +0100, Gabriel Paubert wrote: > > You forgot -mfpmath=sse. That is only the default for -m64. > > Isn't it rather -mfpmath=sse2, since he is using doubles? No, -mfpmath= only takes "i387", "sse", "sse,i387" and "i387,sse" options. Whether doubles are done using SSE* or i387 insns depends on -msse2. Jakub
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |