EyNuel / cTraceo

An Underwater Acoustic Raytracing Model. Check our wiki for more information
http://eynuel.github.com/cTraceo/
Other
11 stars 7 forks source link

Implement single-precision version. #14

Open EyNuel opened 11 years ago

EyNuel commented 11 years ago

A single precision version was developed as a first step for the OpenCL version. Although this is already available, it corresponds to the 1.0.1 version of cTraceo. New functionality needs to be ported to SP.

EyNuel commented 11 years ago

Changed priority from Minor to Moderate as Breno Pinheiro is now making use of the single precision version in his PhD (AUV positioning system) and will probably need an updated version. He may also contribute some ARM architecture related code.

EyNuel commented 10 years ago

actually, a better way to implemente this is to replace all mention of "double" by a macro which can be changed at compile time. This avoids keeping separate branches an thus reduces the amount of future work on this.