SseMath_sincos_ps

Since sin_ps and cos_ps are almost identical, sincos_ps could replace both of them..

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/sse_mathfun.h

Include

#include "Math/sse_mathfun.h"

Syntax

void SseMath_sincos_ps
(
    v4sf x,
    v4sf * s,
    v4sf * c
)

Remarks

Since sin_ps and cos_ps are almost identical, sincos_ps could replace both of them.. it is almost as fast, and gives you a free cosine with your sine

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss