search for: selb

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

Did you mean: sel
2009 Nov 19
1
Samba 4 + bind9
...d.options according to: http://wiki.samba.org/index.php/Samba4/HOWTO But when I declare this variable: export KRB5_KTNAME=/usr/local/samba/private/dns.keytab And try run named -d 9999 -f -g I get this message from console: 19-Nov-2009 08:01:33.782 failed to acquire accept credentials for DNS/selb.local: GSSAPI error: Major = An invalid name was supplied, Minor = Configuration file does not specify default realm. I do not know what's happen... Somebody can help me... name.conf: include "/etc/bind/named.conf.options"; include "/etc/bind/named.conf.local"; include &...
2013 Apr 09
2
Mistake in German Error message for friedman.test
...est: Fehler in friedman.test.default(cont$score, group = cont$goup, blocks = cont$cont) : y, Gruppen und blöcke müssen die sekbe Länge haben The correct spelling would be: Fehler in friedman.test.default(cont$score, group = cont$goup, blocks = cont$cont) : y, Gruppen und *Blöcke* müssen die *selbe* Länge haben Instead of "die selbe", it could be "dieselbe" or "die gleiche". Thanks W. Kaisers [[alternative HTML version deleted]]
2008 Jun 06
3
[LLVMdev] Variable length condition code for SETCC and SELECT?
...t's being compared, i.e., if both arguments to SETCC are i32, then a corresponding i32 comparison should be generated. Similarly, if both arguments to SETCC are i16 or i8, then a corresponding i16 or i8 comparison should be generated. Another nice feature in the CellSPU architecture is the selb instruction that directly corresponds to SELECT. Again, though, if SETCC is i32, then SELECT has to be i32; if SETCC is i16, then SELECT has to be i16, etc. Currently, I've got what looks to be a promotion problem showing up when compiling _addvsi3.c during the libgcc2 phase of llvm-gcc. Th...
2008 Jun 26
2
[LLVMdev] Vector instructions
...ith the regular types. It's possible to do this with masking, but that requires building masks of the appropriate size in the IR each time one wants to do this kind of selection, which is cumbersome and will have to be matched by codegen to be turned into something like the Cell SPU's "selb" instruction. 3. vector trunc, sext, zext, fptrunc, fpext These seem like obvious gaps in the IR. Conversions between integer and floating point vectors are supported, but conversions from one integer vector to another integer vector type (and likewise for float) are not. Attempting to do t...