gfoidl / Stochastics

Stochastic tools, distrubution, analysis
MIT License
3 stars 0 forks source link

SIMD alignment to register size #60

Closed gfoidl closed 6 years ago

gfoidl commented 6 years ago

Fixes https://github.com/gfoidl/Stochastics/issues/47

gfoidl commented 6 years ago

Perf-numbers wise there is not much to see. It is more or less within noise, but the error is almost always smaller than the unaligned version.

I assume one would see more on a machine that is more sensible to alignment than my dev-machine.

Anyway, it is correct according Intel developer manual, so it will be merged.