clang 22.0.0git
velintrin_approx.h File Reference

Go to the source code of this file.

Functions

static __vr _vel_approx_vfdivs_vvvl (__vr v0, __vr v1, int l)
static __vr _vel_approx_pvfdiv_vvvl (__vr v0, __vr v1, int l)
static __vr _vel_approx_vfdivs_vsvl (float s0, __vr v0, int l)
static __vr _vel_approx_vfdivs_vvsl (__vr v0, float s0, int l)
static __vr _vel_approx_vfdivd_vsvl (double s0, __vr v0, int l)
static __vr _vel_approx_vfsqrtd_vvl (__vr v0, int l)
static __vr _vel_approx_vfsqrts_vvl (__vr v0, int l)

Function Documentation

◆ _vel_approx_pvfdiv_vvvl()

__vr _vel_approx_pvfdiv_vvvl ( __vr v0,
__vr v1,
int l )
inlinestatic

◆ _vel_approx_vfdivd_vsvl()

__vr _vel_approx_vfdivd_vsvl ( double s0,
__vr v0,
int l )
inlinestatic

◆ _vel_approx_vfdivs_vsvl()

__vr _vel_approx_vfdivs_vsvl ( float s0,
__vr v0,
int l )
inlinestatic

◆ _vel_approx_vfdivs_vvsl()

__vr _vel_approx_vfdivs_vvsl ( __vr v0,
float s0,
int l )
inlinestatic

Definition at line 57 of file velintrin_approx.h.

References _vel_vfmads_vvsvl, _vel_vfmuls_vsvl, and _vel_vfnmsbs_vvsvl.

◆ _vel_approx_vfdivs_vvvl()

__vr _vel_approx_vfdivs_vvvl ( __vr v0,
__vr v1,
int l )
inlinestatic

◆ _vel_approx_vfsqrtd_vvl()

__vr _vel_approx_vfsqrtd_vvl ( __vr v0,
int l )
inlinestatic

◆ _vel_approx_vfsqrts_vvl()

__vr _vel_approx_vfsqrts_vvl ( __vr v0,
int l )
inlinestatic