Skip to content

Commit 63c856e

Browse files
authored
Update SVEMath.inl
1 parent d48f61c commit 63c856e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/NEON/SVEMath.inl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ inline svfloat16_t svinv_f16_z(svbool_t pg, svfloat16_t x)
8282
{
8383
auto recip = svrecpe_f16(x);
8484
recip = svmul_f16_z(pg, svrecps_f16(x, recip), recip);
85-
recip = svmul_f16_z(pg, svrecps_f16(x, recip), recip);
8685
return recip;
8786
}
8887

0 commit comments

Comments
 (0)