On Thu Feb 23 08:48:29 2023 +0000, Francisco Casas wrote:
In the implementations of the `log2()`, `log10()`, and `log()` intrinsics, while, for a single argument, `elementwise_intrinsic_float_convert_args()` and `intrinsic_float_convert_arg()` do the same thing, the internal logic of the former is more complex than the latter, so, I think that for intrinsics with a single argument, it makes more sense to use the latter.
Okay, I changed that. To me, having a single helper that handles everything is better than two.