redorav / hlslpp

Math library using hlsl syntax with SSE/NEON support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Double vectors are not initialize with zeroes in default constructors

egorodet opened this issue · comments

Other vector types have proper initialization of the internal storage with zeroes, but double vectors do not.

Close via e391137