[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] compiler optimisation flags guidance
From: |
luxInteg |
Subject: |
[Help-gsl] compiler optimisation flags guidance |
Date: |
Mon, 24 Jan 2011 19:24:18 +0000 |
User-agent: |
KMail/1.13.5 (Linux/2.6.34.0nbf9aDRIm; KDE/4.4.5; x86_64; ; ) |
Greetings,
Regarding IEEE754 on gcc/x86_64 based computers, using simd(sse2/3/4a)
this page (
http://www.christian-seiler.de/projekte/fpmath/ )
---------------------------------
has address@hidden
If you want to use double-extended precision for calculations, simply use the
long double datatype. If you haven't touched the internal precision, you don't
need to explicitely set it but it wouldn't hurt, just in case.
-----------------------
So when setting optimiser compile options for gsl does one use?-
_FPU_SETCW -DLONG
or
-D_FPU_SETCW -DLONG
or
D_FPU_SETCW -D_FPU_EXTENDED
or whatever?
advice would be appreciated
sincerely
luxInteg
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Help-gsl] compiler optimisation flags guidance,
luxInteg <=