aboutsummaryrefslogtreecommitdiff
path: root/src/f32-vclamp
AgeCommit message (Expand)Author
2022-01-03Add const keyword for AVX load masksMarat Dukhan
2021-12-30Refactor F32 MINMAX parameters for WAsm SIMDMarat Dukhan
2021-12-30Move mask_table into VCLAMP AVX microkernel parametersMarat Dukhan
2021-12-14Remove comments about potential to use _mm256_maskstore_ps in AVX microkernelsMarat Dukhan
2021-12-13Disable MSan and TSan in most microkernels with Out-of-Bounds readsMarat Dukhan
2021-09-20Leverage f32x4.pmin and f32x4.pmax WAsm SIMD instructionsMarat Dukhan
2021-08-16Refactor parameter initialization for VCLAMP microkernelsMarat Dukhan
2021-06-30Replace deprecated wasm_simd128.h intrinsics with new versionsMarat Dukhan
2021-05-13Migrate F32 VCLAMP microkernel tests to VUNARY test genMarat Dukhan
2021-05-05Refactor filenames of Clamp/Relu/Sigmoid microkernelsMarat Dukhan
2021-05-05Refactor naming of unary elementwise microkernelsMarat Dukhan