dimforge / simba

Set of mathematical traits to facilitate the use of SIMD-based AoSoA (Array of Struct of Array) storage pattern.
Apache License 2.0
295 stars 29 forks source link

Fix compilation bug by updating "fixed" dependency #4

Closed psincf closed 4 years ago

psincf commented 4 years ago

For the partial_fixed_point_support feature, the actual simba version "0.1.4" depends on :

But the last cordic version "0.1.4" depends on :

This cause compilation problem when this feature is activated.

this behavior happens with simba "0.1.3" too.

sebcrozet commented 4 years ago

Thanks! I will publish simba 0.1.5 with this updated version of fixed and yank the versions 0.1.3 and 0.1.4 which are unusable.