[all-commits] [llvm/llvm-project] 73c9cf: [X86][FP16] add alias for f*mul_*ch intrinsics
FreddyLeaf via All-commits
all-commits at lists.llvm.org
Tue Nov 16 21:27:02 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73c9cf820409834b134a8c8c8039efe4113845d9
https://github.com/llvm/llvm-project/commit/73c9cf820409834b134a8c8c8039efe4113845d9
Author: Freddy Ye <freddy.ye at intel.com>
Date: 2021-11-17 (Wed, 17 Nov 2021)
Changed paths:
M clang/lib/Headers/avx512fp16intrin.h
M clang/lib/Headers/avx512vlfp16intrin.h
M clang/test/CodeGen/X86/avx512fp16-builtins.c
M clang/test/CodeGen/X86/avx512vlfp16-builtins.c
Log Message:
-----------
[X86][FP16] add alias for f*mul_*ch intrinsics
*_mul_*ch is to align with *_mul_*s, *_mul_*d and *_mul_*h.
Reviewed By: pengfei
Differential Revision: https://reviews.llvm.org/D112777
More information about the All-commits
mailing list