search for: contradits

Displaying 4 results from an estimated 4 matches for "contradits".

Did you mean: contradicts
2009 Dec 02
5
[LLVMdev] Selecting Vector Shuffle of Different Types
The AVX saga continues. I am attempting to write a pattern for VEXTRACTF128 but am having some problems. My attempt looks something like this: defm EXTRACTF128 : avx_fp_extract_vector_osta_node_mri_256<0x19, MRMDestReg, MRMDestMem, "extractf128", undef, X86f32, X86i32i8, // rr [(set VR128:$dst,
2009 Dec 03
0
[LLVMdev] Selecting Vector Shuffle of Different Types
On Wed, Dec 2, 2009 at 3:46 PM, David Greene <dag at cray.com> wrote: > The AVX saga continues. > > I am attempting to write a pattern for VEXTRACTF128 but am having some > problems.  My attempt looks something like this: > > defm EXTRACTF128 : avx_fp_extract_vector_osta_node_mri_256<0x19, MRMDestReg, >                      MRMDestMem, "extractf128", undef,
2011 Jan 23
2
[PATCH][git-pull] win64/find-mingw64.sh: Debian/Ubuntu
git://git.zytor.com/users/genec/syslinux.git Branch win64-mingw32-ubuntu-for-hpa This adds the compiler prefix used in Debian/Ubuntu to the list (amd64-mingw32msvc-). Too bad /bin/sh doesn't support brace expansion. -- -Gene
2003 Jul 06
0
compare-dest when DEST contains path component
...' no matter if $comparedest is a relative or absolute path. I really dislike this behavior, since this way I can only compare to local files which are under '<some_directory>/local/path/to/1', even though I might want to compare to files that are somewhere else. Furthermore, this contradits the manpage which says ``If DIR is a relative path, it is relative to the destination directory.'' -- no, it is currently relative to the current directory. I think that it would be more useful if the path would be removed from the destination argument of rsync before attepting to find an...