cmrit
/
cmrithackathon-master
/.venv
/lib
/python3.11
/site-packages
/numpy
/distutils
/checks
/cpu_vsx.c
int main(void) | |
{ | |
unsigned int zout[4]; | |
unsigned int z4[] = {0, 0, 0, 0}; | |
__vector unsigned int v_z4 = vsx_ld(0, z4); | |
vsx_st(v_z4, 0, zout); | |
return zout[0]; | |
} | |