working version

This commit is contained in:
felsabbagh3
2019-11-06 00:23:41 -05:00
parent e431dfa31b
commit 60e6ff0b42
4 changed files with 224 additions and 204 deletions

View File

@@ -77,17 +77,17 @@ int main()
* when test_wspawn is called with other tests from main it works fine...
*/
intrinsics_tests();
// intrinsics_tests();
///////////////////////////////////////////////////////////////////////
// test_tmc();
test_tmc();
// // Control Divergence Test
// vx_print_str("test_divergence\n");
// vx_tmc(4);
// test_divergence();
// vx_tmc(1);
// Control Divergence Test
vx_print_str("test_divergence\n");
vx_tmc(4);
test_divergence();
vx_tmc(1);
// // Test wspawn