Files
salmanoff/stimBuffApis/livoxGen1/openClKernels.cl.S
T

18 lines
418 B
ArmAsm
Raw Normal View History

2025-11-08 10:26:17 -04:00
.section .rodata
.global collateKernelStart
.global collateKernelNBytes
.type collateKernelStart, @object
.type collateKernelNBytes, @object
collateKernelStart:
.incbin "collateDgrams.cl"
2025-11-08 11:09:09 -04:00
.size collateKernelStart, . - collateKernelStart
.collateKernelEnd:
2025-11-08 10:26:17 -04:00
.section .data
collateKernelNBytes:
.long .collateKernelEnd - collateKernelStart
2025-11-08 11:09:09 -04:00
.size collateKernelNBytes, 4
2025-11-08 10:26:17 -04:00
.section .note.GNU-stack,"",@progbits