Home
last modified time | relevance | path

Searched refs:MS_CAST256_F32_S32 (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dexp_fp32.h76 MS_ST256_F32(dst, MS_MUL256_F32(decimal_exp, MS_CAST256_F32_S32(int_exp))); in simd_exp_avx()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/
Dms_simd_instructions.h120 #define MS_CAST256_F32_S32(src) _mm256_castsi256_ps(src) macro