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

Issue310 faster makefiles #311

Closed mikebentley15 closed 4 years ago

mikebentley15 commented 4 years ago

Fixes #310

Note: pull request #309 should be approved first since this one builds upon it.

Description: Redesign the Makefile and Bisect Makefile to use more recursion to make them more responsive.

Documentation: None. Same behavior, just more responsive.

Tests: Updated some tests and made sure each test passes correctly.