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
293 stars 29 forks source link

Modify impl_real call to build with libm #34

Closed AxelMontini closed 2 years ago

AxelMontini commented 2 years ago

Changing $cpysgn_mod to Float is necessary to get the crate to build with only libm as features.

At least, this was a month ago.

bwsw commented 2 years ago

Looks like this PR is important to other crates depending on nalgebra. E.g. https://github.com/strawlab/adskalman-rs/ won't build because it uses libm feature.

sebcrozet commented 2 years ago

Thanks!

astraw commented 2 years ago

@sebcrozet can you please publish a release that includes this fix? Thanks!

sebcrozet commented 2 years ago

@astraw Release 0.7.2 is now published.