candle
candle copied to clipboard
fix cpu backend: pow, broadcast_pow
pow implemented as f32/f64 ln and exp works only for positive base. Then intent of this change is to support negative bases as well, and to that end, the current ln+exp code has been removed in favour of stdlib pow functions or accelerated equivalents.