Closed richardhozak closed 10 months ago
Hello, I understand that this PR can be closed, as it has been developed more in #48 ?
Yes, the linked PR contains these changes. This is just subset, so it could be reviewed more easily. If it is desirable, this can be closed in favor of #48.
I am not maintainer obviously, but its already in review for few months with no response. you can see exact same commit in the second PR, so its nicely splitted and you can clearly see this subset there. So I would close this one. I just wanted to say that i like this change, and if you need any help I can try and help you.
This makes it so simd_horizontal_sum and simd_horizontal_product can be implemented for fixed point numbers.
f32 and f64 have these traits implemented in std, we need to implement them manually so fixed point numbers can be used instead floating point numbers