Closed jeongseok-meta closed 1 year ago
Hi @jeongseok-meta
Indeed, this seems like a code path that was lost to time.
I am confused with your suggestion. Wouldn't it be enough to replace the call to mulhi_scalar
to mulhi
? Your implementation does the same thing. I feel like I'm missing a small but important detail.
Yes, you're right. I've replaced the call from mulhi_scalar
to mulhi
. Thanks for pointing it out.
This PR addresses #188 that
mulhi_scalar()
is missing when it's called withinarray_utils.h
:https://github.com/mitsuba-renderer/drjit/blob/c71ebb792c88abf2460e296e213cbcb8069388a8/include/drjit/array_utils.h#L293
which was previously defined in Enoki's array_fallbacks.h.