PRUNERS / FLiT

A project to quickly detect discrepancies in floating point computation across hardware, compilers, libraries and software.
Other
36 stars 6 forks source link

Put InfoStream into flit namespace #314

Closed mikebentley15 closed 4 years ago

mikebentley15 commented 4 years ago

Fixes #96

Description: For consistency, we want everything in FLiT to be in the flit namespace. I checked and there was only one thing not in the flit namespace and that was the InfoStream class. This change only moves the InfoStream into the FLiT namespace.

Documentation: None needed. It is already documented as being in the flit namespace

Tests: No additional tests needed, just ensured that all existing tests are still working.