menu
版本
2016.2.6.6153
2024.1.6.8842
2023.1.14.8770
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.6.8842
2023.1.14.8770
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Go to the source code of this file.
Defines | |
#define | AKSIMD_GETELEMENT_V4I32(__vName, __num__) (__vName).m128i_i32[(__num__)] |
Retrieve scalar element from vector. |
|
#define | AKSIMD_GETELEMENT_V4F32(__vName, __num__) (__vName).m128_f32[(__num__)] |
Retrieve scalar element from vector. |
|
#define | AKSIMD_GETELEMENT_V2F32(__vName, __num__) (__vName).m64_f32[(__num__)] |
Retrieve scalar element from vector. |
|
#define | AKSIMD_GETELEMENT_V4I32(__vName, __num__) (__vName).n128_i32[(__num__)] |
Retrieve scalar element from vector. |
|
#define | AKSIMD_GETELEMENT_V4F32(__vName, __num__) (__vName).n128_f32[(__num__)] |
Retrieve scalar element from vector. |
|
#define | AKSIMD_GETELEMENT_V2F32(__vName, __num__) (__vName).n64_f32[(__num__)] |
Retrieve scalar element from vector. |
|
#define | AKSIMD_DECLARE_V4F32_TYPE DirectX::XMVECTORF32 |
#define | AKSIMD_DECLARE_V4F32(_x, _a, _b, _c, _d) AKSIMD_DECLARE_V4F32_TYPE _x = { _a, _b, _c, _d } |
#define | AKSIMD_DECLARE_V4I32_TYPE DirectX::XMVECTORI32 |
#define | AKSIMD_DECLARE_V4I32(_x, _a, _b, _c, _d) AKSIMD_DECLARE_V4I32_TYPE _x = { _a, _b, _c, _d } |
AKSIMD - Windows implementation
Definition in file AkSimd.h.