hbe72 / cdsp

Compositional DSP Library
Boost Software License 1.0
24 stars 7 forks source link

Update use of CNL to reflect static_integer changes #10

Closed johnmcfarlane closed 5 years ago

johnmcfarlane commented 5 years ago

Per request from the WG21 numerics study group, fixed_point has been renamed scaled_integer and it's template parameters are more generalized. For now, at least, the original API is preserved as an alias but this may change soon.

In the mean time, I took the opportunity to make minor naming changes which is what broke CDSP immediately. Some uses of 'numberwere replaced withscaled_integerincludeelastic_number->elastic_scaled_integer`.

Sorry for the disruption.

hbe72 commented 5 years ago

No worries. I'll check this. Thanks for the update.

johnmcfarlane commented 5 years ago

Forgot the actual SHA bump. Fixed now.