We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48f61c commit 63c856eCopy full SHA for 63c856e
src/core/NEON/SVEMath.inl
@@ -82,7 +82,6 @@ inline svfloat16_t svinv_f16_z(svbool_t pg, svfloat16_t x)
82
{
83
auto recip = svrecpe_f16(x);
84
recip = svmul_f16_z(pg, svrecps_f16(x, recip), recip);
85
- recip = svmul_f16_z(pg, svrecps_f16(x, recip), recip);
86
return recip;
87
}
88
0 commit comments