Merge branch 'jbolz_fp16denorm' into 'master'
authorPyry Haulos <phaulos@google.com>
Sat, 16 Jan 2016 16:51:59 +0000 (11:51 -0500)
committerPyry Haulos <phaulos@google.com>
Sat, 16 Jan 2016 16:51:59 +0000 (11:51 -0500)
Flush fp16 denorms to zero for format_reinterpret tests.

Similar to what is already done for fp32 values, when int16 values are reinterpreted as fp16 they can include denorms which may be flushed to zero.

See merge request !307


Trivial merge