You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SPV_KHR_fma adds a new OpFmaKHR instruction for correctly rounded fma. There is a corresponding Vulkan extension that allows implementations to advertise a correctly rounded fma. This should be preferred over alternative implementations.
SPV_KHR_fma adds a new
OpFmaKHRinstruction for correctly rounded fma. There is a corresponding Vulkan extension that allows implementations to advertise a correctly rounded fma. This should be preferred over alternative implementations.