PATH: //opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/distutils/checks
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 cpu_asimd.c
↓
X
📄 cpu_asimddp.c
↓
X
📄 cpu_asimdfhm.c
↓
X
📄 cpu_asimdhp.c
↓
X
📄 cpu_avx.c
↓
X
📄 cpu_avx2.c
↓
X
📄 cpu_avx512_clx.c
↓
X
📄 cpu_avx512_cnl.c
↓
X
📄 cpu_avx512_icl.c
↓
X
📄 cpu_avx512_knl.c
↓
X
📄 cpu_avx512_knm.c
↓
X
📄 cpu_avx512_skx.c
↓
X
📄 cpu_avx512_spr.c
↓
X
📄 cpu_avx512cd.c
↓
X
📄 cpu_avx512f.c
↓
X
📄 cpu_f16c.c
↓
X
📄 cpu_fma3.c
↓
X
📄 cpu_fma4.c
↓
X
📄 cpu_neon.c
↓
X
📄 cpu_neon_fp16.c
↓
X
📄 cpu_neon_vfpv4.c
↓
X
📄 cpu_popcnt.c
↓
X
📄 cpu_sse.c
↓
X
📄 cpu_sse2.c
↓
X
📄 cpu_sse3.c
↓
X
📄 cpu_sse41.c
↓
X
📄 cpu_sse42.c
↓
X
📄 cpu_ssse3.c
↓
X
📄 cpu_vsx.c
↓
X
📄 cpu_vsx2.c
↓
X
📄 cpu_vsx3.c
↓
X
📄 cpu_vsx4.c
↓
X
📄 cpu_vx.c
↓
X
📄 cpu_vxe.c
↓
X
📄 cpu_vxe2.c
↓
X
📄 cpu_xop.c
↓
X
📄 extra_avx512bw_mask.c
↓
X
📄 extra_avx512dq_mask.c
↓
X
📄 extra_avx512f_reduce.c
↓
X
📄 extra_vsx4_mma.c
↓
X
📄 extra_vsx_asm.c
↓
X
📄 test_flags.c
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: cpu_sse2.c
#if defined(DETECT_FEATURES) && defined(__INTEL_COMPILER) /* * Unlike GCC and CLANG, Intel Compiler exposes all supported intrinsics, * whether or not the build options for those features are specified. * Therefore, we must test #definitions of CPU features when option native/host * is enabled via `--cpu-baseline` or through env var `CFLAGS` otherwise * the test will be broken and leads to enable all possible features. */ #ifndef __SSE2__ #error "HOST/ARCH doesn't support SSE2" #endif #endif #include <emmintrin.h> int main(void) { __m128i a = _mm_add_epi16(_mm_setzero_si128(), _mm_setzero_si128()); return _mm_cvtsi128_si32(a); }
SIMPAN PERUBAHAN