VectorStoreHalf4

Converts the 4 floats in the vector to 4 fp16 and stores based off bool to [un]aligned memory.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/UnrealMathNeon.h"

Syntax

template<bool bAligned>
void VectorStoreHalf4
(
    VectorRegister Vec,
    void *RESTRICT Ptr
)

Remarks

Converts the 4 floats in the vector to 4 fp16 and stores based off bool to [un]aligned memory.

Parameters

Parameter

Description

Vec

Vector containing 4 floats

Ptr

Memory pointer to store the 4 fp16's.

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