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

color_out: implement using printf and tput #297

Closed mikebentley15 closed 4 years ago

mikebentley15 commented 4 years ago

Fixes #296

Description: Reimplement color_out.mk using tput and printf command-line utilities.

Documentation: Nothing

Tests: Just ran locally and it worked.