Closed psincf closed 4 years ago
For the partial_fixed_point_support feature, the actual simba version "0.1.4" depends on :
partial_fixed_point_support
simba
cordic
fixed
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.
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.
For the
partial_fixed_point_support
feature, the actualsimba
version "0.1.4" depends on :cordic
"0.1"fixed
"0.5"But the last
cordic
version "0.1.4" depends on :fixed
"1"This cause compilation problem when this feature is activated.
this behavior happens with
simba
"0.1.3" too.