by glenn andreas <gandreas@[EMAIL PROTECTED]
>
Jun 29, 2008 at 10:35 AM
In article
<4b2376d9-e1d5-40d5-b07e-c551911974e5@[EMAIL PROTECTED]
>,
Korchkidu <korchkidu@[EMAIL PROTECTED]
> wrote:
Anyway, as far as I know, use floats only if you have memory
> problems and this sould be very rare those days...;)
>
> K.
Or if you want to vectorize your app, since PPC Altivec doesn't sup****t
double vectors at all, and SSE only allows 2 doubles/vector, which
really isn't all that much of an improvement (and perhaps not even
offset the extra overhead that vectorization can require).