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

18 lines
395 B
ArmAsm
Raw Normal View History

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