Merge branch '329-fix-undef-tests' into 'vulkan-cts-1.0'
authorPyry Haulos <phaulos@google.com>
Tue, 22 Mar 2016 14:52:27 +0000 (07:52 -0700)
committerPyry Haulos <phaulos@google.com>
Tue, 22 Mar 2016 14:52:27 +0000 (07:52 -0700)
commit7fbd150e6c44b37b8359024d82e00a08093c82f7
tree0fe52696d9577a29b507aacf0be9adcb7783914e
parentc709cf8c9f43ac47dcc8eebfaea01c8afb99299b
parentf9b8c7d8def6c386276b2862a681539114924cfd
Merge branch '329-fix-undef-tests' into 'vulkan-cts-1.0'

Fix createOpUndef tests.

If we get a Nan from the OpFMul %f32 %undef %c_f32_0 then zero that
out as well.

Fixes #329

See merge request !473