runtime tests
This commit is contained in:
@@ -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
|
||||
@@ -4,9 +4,9 @@
|
||||
.section .text
|
||||
|
||||
|
||||
.type vx_wsapwn, @function
|
||||
.global vx_wsapwn
|
||||
vx_wsapwn:
|
||||
.type vx_wspawn, @function
|
||||
.global vx_wspawn
|
||||
vx_wspawn:
|
||||
.word 0x00b5106b # wspawn a0(numWarps), a1(PC SPAWN)
|
||||
ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user