[Mono-dev] Weird performance problems possibly due to floats and precision issues?

Stefan Noack noackstefan at googlemail.com
Fri Oct 21 09:32:34 EDT 2011


Hi,

You could use Mono.Simd, especially if you're doing the same
operations on multiple pairs of values. This would give you an extra
speedup and as far as I recall, these operations aren't prone to the
slowdown caused by denormals.


More information about the Mono-devel-list mailing list