Displaying 3 results from an estimated 3 matches for "vec_splat".
2018 Jul 10
9
[PATCH 0/7] PowerPC64 performance improvements
The following series adds initial vector support for PowerPC64.
On POWER9, flac --best is about 3.3x faster.
Amitay Isaacs (2):
Add m4 macro to check for C __attribute__ features
Check if compiler supports target attribute on ppc64
Anton Blanchard (5):
configure.ac: Remove SPE detection code
configure.ac: Add VSX enable/disable
configure.ac: Fix FLAC__CPU_PPC on little endian, and add
2005 Jan 29
4
A couple of points about flac 1.1.1 on ppc/linux/altivec
On Thu, 27 Jan 2005, John Steele Scott wrote:
> That looks fine to me as well. However, the best solution is something which
> Luca suggested a few months ago, which is to use the functions defined in
> altivec.h. These are C functions which map directly to Altivec machine
> instructions. I am willing to help out, but I don't find the current lpc_asm.s
> very easy to follow, and
2013 Jun 24
1
[LLVMdev] DebugInfo: Missing non-trivially-copyable parameters in SelectionDAG
...W64-NEXT: is not on the line after the previous match
; W64-NEXT: movaps (%rcx), %xmm0
^
<stdin>:33:2: note: 'next' match was here
movaps (%rcx), %xmm0
^
<stdin>:21:7: note: previous match ended here
test2:
^
--
********************
FAIL: LLVM :: CodeGen/X86/vec_splat.ll (47 of 51)
******************** TEST 'LLVM :: CodeGen/X86/vec_splat.ll' FAILED ********************
Script:
--
/usr/local/google/home/blaikie/dev/llvm/build/clang/debug/bin/./llc < /usr/local/google/home/blaikie/dev/llvm/src/test/CodeGen/X86/vec_splat.ll -march=x86 -mcpu=pentium4 -mat...