Functions | |
| float __fastcall | rsqrt_stock (float x) |
| float __fastcall | rsqrt_sse (float x) |
| float __fastcall | rsqrt_3dnow (float x) |
| float __fastcall | sqrt_stock (float x) |
| float __fastcall | sqrt_sse (float x) |
| float __fastcall | sqrt_3dnow (float x) |
| float XIAOLABS_API __fastcall xl7::optimized::math::rsqrt_3dnow | ( | float | x | ) |
Returns the reciprocal of the non-negative square root of x.
| float XIAOLABS_API __fastcall xl7::optimized::math::rsqrt_sse | ( | float | x | ) |
Returns the reciprocal of the non-negative square root of x.
| float XIAOLABS_API __fastcall xl7::optimized::math::rsqrt_stock | ( | float | x | ) |
Returns the reciprocal of the non-negative square root of x.
| float XIAOLABS_API __fastcall xl7::optimized::math::sqrt_3dnow | ( | float | x | ) |
Returns the non-negative square root of x.
| float XIAOLABS_API __fastcall xl7::optimized::math::sqrt_sse | ( | float | x | ) |
Returns the non-negative square root of x.
| float XIAOLABS_API __fastcall xl7::optimized::math::sqrt_stock | ( | float | x | ) |
Returns the non-negative square root of x.
1.7.1