2013-12-28 14:55 GMT+01:00 Nicolas Cellier <nicolas.cellier.aka.nice@gmail.com>:
I read in CCodeGenerator>>computeKernelReturnTypes


         fetchFloatAt:into: #float storeFloatAt:from: #float
            fetchFloatAtPointer:into: #float storeFloatAtPointer:from: #float
         fetchSingleFloatAt:into: #float storeSingleFloatAt:from: #float
            fetchSingleFloatAtPointer:into: #float storeSingleFloatAtPointer:from: #float

Ain't these #double?

Hi Eliot,
this still sounds suspect to me, fetchSingleFloat might be a float but shouldn't fetchFloat map to double?
Or did I miss the answer ?