mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-15 14:30:35 +00:00
ec6627af03
* Due to standards nonsense the availability of isinf/isnan in C++ is quite complex and varies a lot between compilers. Trying to access them reliably is quite brittle and they're easy to implement with bit-inspection of float patterns, so we do that instead.