Povilas Kanapickas
Povilas Kanapickas
Hey, thanks for the bug report. Could you share minimal reproduction case? I haven't seen any performance issues on GCC, so it's really interesting why you get poor performance.
Thanks for the bug report! I see that you're using `-std=gnu++1z` for GCC, could that be the culprit? That would explain why no such failures are seen on the test...
Agreed, thanks for the report.
This is good idea, thanks. I'm wondering now whether it makes sense to keep `to_mask` function around, because it would duplicate this new functionality. `to_mask` has been added this development...
@peabody-korg As for existing implementation, it would be great to have something to start from. Could you do a PR with what you have or just push some commits to...
Agreed, this makes sense.
Hi, thanks for interest. It would be great to have this functionality in libsimdpp. > Do you have any concern where i should put those different functions I think it...
@xugng: Ping :-)
> I can't generate the documentation and check my additions because http://doc.radix.lt/libsimdpp/ is unreachable I disabled public access to it due to hacking concerns. Could you email me at [email protected]...
Proper solution for this issue would be to implement `float32` support, which is quite a lot of changes. As a workaround a function that just converts lower lanes of `float32`...