[all-commits] [llvm/llvm-project] f4ad7a: [PowerPC] Add missing double precision vec_all ove...
Nemanja Ivanovic via All-commits
all-commits at lists.llvm.org
Fri Mar 5 16:42:43 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f4ad7a1a15b7378522a17df7278856449005b8e1
https://github.com/llvm/llvm-project/commit/f4ad7a1a15b7378522a17df7278856449005b8e1
Author: Nemanja Ivanovic <nemanja.i.ibm at gmail.com>
Date: 2021-03-05 (Fri, 05 Mar 2021)
Changed paths:
M clang/lib/Headers/altivec.h
M clang/test/CodeGen/builtins-ppc-vsx.c
Log Message:
-----------
[PowerPC] Add missing double precision vec_all overloads to altivec.h
We somehow missed vec_all_nlt, vec_all_nle and vec_all_numeric
overloads for double precision vectors when VSX is enabled.
More information about the All-commits
mailing list