[clang] [llvm] [AArch64] Add intrinsics support for multi-vector FMUL (PR #163397)

via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 1 04:16:36 PST 2025


https://github.com/CarolineConcatto approved this pull request.

Oh, it looks this patch is a stack from the previous one.
This patch also looks good!
I would update the commit message to add with intrinsics you are implementing here.

It looks  like it is only this one:

//BFMUL:
svbfloat16x2_t svmul[_bf16_x2](svbfloat16x2_t zd, svbfloat16x2_t zm) __arm_streaming;
svbfloat16x2_t svmul[_single_bf16_x2](svbfloat16x2_t zd, svbfloat16_t zm) __arm_streaming;
svbfloat16x4_t svmul[_bf16_x4](svbfloat16x4_t zd, svbfloat16x4_t zm) __arm_streaming;
svbfloat16x4_t svmul[_single_bf16_x4](svbfloat16x4_t zd, svbfloat16_t zm) __arm_streaming;

https://github.com/llvm/llvm-project/pull/163397


More information about the llvm-commits mailing list