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)
commitfde099b945d5d9662938a2994d765fa8b9827274
treeae6e80856b3597ced8ba46b773cd26760f2e6fa1
parent56550672b1b4838ff0bfc3d9b1a96c8e127103bd
parent6827822f0cd3927bc6e9012ee4949d9c56ef495b
Merge branch 'jbolz_fp16denorm' into 'master'

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