バージョン

menu_open
ターゲットプラットフォーム:

include/AK/SoundEngine/Platforms/Linux/AkSimd.h

ソースコードを見る。

マクロ定義

#define  AKSIMD_GETELEMENT_V4F32(__vName, __num__)   (__vName)[(__num__)]
  Retrieve scalar element from vector.
#define  AKSIMD_GETELEMENT_V2F32(__vName, __num__)   (__vName)[(__num__)]
  Retrieve scalar element from vector.
#define  AKSIMD_GETELEMENT_V4I32(__vName, __num__)   (__vName)[(__num__)]
  Get the element at index __num__ in vector __vName.
#define  AKSIMD_GETELEMENT_V4F32(__vName, __num__)   ((float*)&(__vName))[(__num__)]
  Retrieve scalar element from vector.
#define  AKSIMD_GETELEMENT_V2F32(__vName, __num__)   ((float*)&(__vName))[(__num__)]
  Retrieve scalar element from vector.
#define  AKSIMD_GETELEMENT_V4I32(__vName, __num__)   ((int*)&(__vName))[(__num__)]
  Get the element at index __num__ in vector __vName.

説明

AkSimd - Linux implementation

AkSimd.h で定義されています。


このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう