Al-HUWAITI Shell
Al-huwaiti


Server : Apache
System : Linux dedi-14684855.grupobig.com 5.14.0-687.42.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 27 11:55:12 EDT 2026 x86_64
User : grupo692 ( 1004)
PHP Version : 8.3.33
Disable Function : NONE
Directory :  /usr/lib64/python3.9/site-packages/numpy/distutils/checks/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/lib64/python3.9/site-packages/numpy/distutils/checks/cpu_vsx4.c
#ifndef __VSX__
    #error "VSX is not supported"
#endif
#include <altivec.h>

typedef __vector unsigned int v_uint32x4;

int main(void)
{
    v_uint32x4 v1 = (v_uint32x4){2, 4, 8, 16};
    v_uint32x4 v2 = (v_uint32x4){2, 2, 2, 2};
    v_uint32x4 v3 = vec_mod(v1, v2);
    return (int)vec_extractm(v3);
}

Al-HUWAITI Shell