Revert "nir/opcodes: Use fpclassify() instead of isnormal() for ldexp"
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 28 Jan 2015 20:41:44 +0000 (12:41 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 28 Jan 2015 21:19:47 +0000 (13:19 -0800)
commitf0340ff625aa27c6470fe82e6c1bb04bf592bbe4
tree40cf68c5c39361743b823bf132d6bb142bb4d8bb
parent58e8468d113c7d3d4a59ea4a8d70fd45b78e85e6
Revert "nir/opcodes: Use fpclassify() instead of isnormal() for ldexp"

This reverts commit d7d340fb2f68c46bd5a0008ecf53c6693e29c916.

We have an isnormal() implementation available, the only problem was that
we had the wrong return type (fixed in a later patch).

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88806

Acked-by: Matt Turner <mattst88@gmail.com>
src/glsl/nir/nir_opcodes.py