search for: contradit

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

Did you mean: contradict
2009 Dec 02
5
[LLVMdev] Selecting Vector Shuffle of Different Types
...(v4f32 (vector_shuffle (v8f32 undef), (v8f32 VR256:$src1), VEXTRACTF128_shuffle_mask:$src2)))]>; (This is simplified for the sake of exposition but this gets the idea across). TableGen reports a type contradition: VEXTRACTF128_256mri: (st:isVoid (vector_shuffle:v4f32 (undef:v8f32), VR256:v8f32:$src1, (build_vector)<<P:Predicate_VEXTRACTF128_shuffle_mask>>: $src2), addr:iPTR: $dst)<<P:Predicate_unindexedstore>><<P:Predicate_store>><<P:Predicate_alignedstore>...
2009 Dec 03
0
[LLVMdev] Selecting Vector Shuffle of Different Types
...2 (vector_shuffle >                                     (v8f32 undef), (v8f32 VR256:$src1), >                                     VEXTRACTF128_shuffle_mask:$src2)))]>; > > (This is simplified for the sake of exposition but this gets the idea across). > > TableGen reports a type contradition: > > VEXTRACTF128_256mri:    (st:isVoid (vector_shuffle:v4f32 (undef:v8f32), > VR256:v8f32:$src1, (build_vector)<<P:Predicate_VEXTRACTF128_shuffle_mask>>: > $src2), addr:iPTR: > $dst)<<P:Predicate_unindexedstore>><<P:Predicate_store>><<P:P...
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...