Displaying 4 results from an estimated 4 matches for "contradition".
Did you mean:
contradiction
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:Pred...
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
Hi,
I just noticed that the value of the '--compare-dest' argument is simply
prepended to the DEST argument, even if that has path compnents. For
example with this command:
rsync -a --compare-dest=$comparedest \
remote::something/1/ \
/local/path/to/1/
if the remote 'something' module has a file called '1/2/3/4/file' (which
is going to be mirrored to