Michael Schellenberger Costa
Michael Schellenberger Costa
I have this implemented already but I need people to actually review the nontrivial PR
we do have constexpr `ilogb` is that sufficient for you? constexpr math functions are out of our hands because the generally need compiler and runtime support
There are some things we can do, but there are issues wrt to denormals, so I would not hold my breath
@viralbhadeshiya that would be great. I would suggest to pick one algorithm at a time and look at the existing reduce test as well as the documentation of that algorithm....
Fun fact the current implementation already utilizes sorting networks of size 3, 4 and 5
@s-oboyle The bug in question is related to `exp`, which I believe is in your turf. Could you comment in the linked issue?
Question: If only Domain A and *NOT* Domain B specializes an algorithm, is the result an error?
> Yes I am not sure whether that is a correct approach. I dont know enough about domains, but I could imagine that specializing algorithms for a specific domain is...