runtime tests

This commit is contained in:
felsabbagh3
2019-11-02 10:35:20 -04:00
parent bbb2373919
commit 95d8a251db
10 changed files with 771 additions and 534 deletions

View File

@@ -1,4 +1,8 @@
#ifndef VX_INTRINSICS
#define VX_INTRINSICS
// Spawns Warps
void vx_wspawn (unsigned numWarps, unsigned PC_spawn);
@@ -31,4 +35,8 @@ unsigned vx_warpID(void);
#define __else else
#define __endif vx_join();
#define __endif vx_join();
#endif