Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/numpy/distutils/checks/ |
Upload File : |
#include <immintrin.h> #ifdef _MSC_VER #include <ammintrin.h> #else #include <x86intrin.h> #endif int main(int argc, char **argv) { __m256 a = _mm256_loadu_ps((const float*)argv[argc-1]); a = _mm256_macc_ps(a, a, a); return (int)_mm_cvtss_f32(_mm256_castps256_ps128(a)); }