Add the missing kernel. (#955)

This commit is contained in:
Laurent Mazare
2023-09-24 17:21:37 +01:00
committed by GitHub
parent f5069dd354
commit 402ddcfcb4

View File

@ -126,6 +126,7 @@ UNARY_OP1(__half, upowf_f16, powg(x, param))
UNARY_OP(uint8_t, ucopy_u8, x)
UNARY_OP(uint32_t, ucopy_u32, x)
UNARY_OP(int64_t, ucopy_i64, x)
UNARY_OP(float, ucopy_f32, x)
UNARY_OP(double, ucopy_f64, x)
UNARY_OP(float, uneg_f32, -x)