Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ライブラリが見つかりましたが、ありませんでした
void atan2fv_neon_hfp(float *y, float *x,float *res,int len)
len floats を一度計算します。
のネオンバージョンを書くにはどうすればよいatan2fv_neon_hfpですか?
atan2fv_neon_hfp
atan2f_neon_hfp の実装をざっと見てみると、(ペアを vdup するのではなく、d16 と d17 にペアをロードすることによって) 簡単にベクトル化できないものはないように見えますが、ARM/ネオンの組み立て。または、スカラー バージョンをループで呼び出すこともできます。