search for: korteste

Displaying 10 results from an estimated 10 matches for "korteste".

Did you mean: kortest
2016 Oct 20
2
[AVX512BW] Nasty KAND issue
On 10/20/2016 9:28 AM, Cameron McInally via llvm-dev wrote: > I should have attached the generated asm to save some trouble. > Apologies for that and attaching now... > > > > On Thu, Oct 20, 2016 at 12:26 PM, Cameron McInally > <cameron.mcinally at nyu.edu> wrote: >> On Thu, Oct 20, 2016 at 12:05 PM, Mehdi Amini <mehdi.amini at apple.com> wrote:
2016 Oct 20
2
[AVX512BW] Nasty KAND issue
On Thu, Oct 20, 2016 at 12:05 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> On Oct 20, 2016, at 8:54 AM, Cameron McInally via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hey guys, >> >> I've hit a pretty nasty issue on SKX with ANDs of masks <= 4 bits. >> >> In the IR, we represent a 4b vector mask as <4 x i1>.
2003 Nov 12
5
repeat until function
...er(runif(i,i,max))) until (?) ((temp in tabel) ==FALSE) } else{ tabel[i] <- temp} I can't use repeat/until - don't exist.... Any suggestions? Thanks *Ragnhild* _________________________________________________________________ MSN Messenger http://www.msn.no/messenger Den korteste veien mellom deg og dine venner
2004 May 18
0
zaphfc Compile Error
...nux elf_x86_64 ----------------------------------------- (The compile of zaptel.c seems ok. with no errors during compile) Any hint/directions is highly appreciated Regards Petter _________________________________________________________________ MSN Messenger http://www.msn.no/messenger Den korteste veien mellom deg og dine venner
2005 Mar 05
1
Block anonymous calls
...ugh. Only block the FROM "anonymous" that the telemarketers use. Have anyone here done it and would like to drop a line explaining how ? Fredrik _________________________________________________________________ Last ned MSN Messenger gratis http://www.msn.no/computing/messenger - Den korteste veien mellom deg og dine venner
2004 Jun 09
1
installation problems
...checking for cc... no checking for cl... no configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. How do I solve this problem? Thanks! Bjorn _________________________________________________________________ MSN Messenger http://www.msn.no/messenger Den korteste veien mellom deg og dine venner
2004 Dec 08
1
mandatory profiles - again
...being able to modify the profile's environment. As you can see above I am working on a solution, but any suggestion to this or other solutions would be highly appreciated. Bjorn _________________________________________________________________ MSN Messenger http://www.msn.no/messenger Den korteste veien mellom deg og dine venner
2004 May 14
2
Help needed with bri-stuff.0.02. slw91 k2.6.5
...******************************************** ZAPTEL installed. Press <Enter> to continue, or <CTRL> + <C> to abort. **************************************************** _________________________________________________________________ MSN Messenger http://www.msn.no/messenger Den korteste veien mellom deg og dine venner
2004 May 27
0
HFC-S BRI Slack9.1 kernel 2.6.6 "Guide" bri-stuff.0.0.2
...ng!! :) Good Luck ! Regards Petter Ween (PS.I'd hope I didn't type any errors.Anyway use it as a guidance) ----------------------------------------------------------------- _________________________________________________________________ MSN Messenger http://www.msn.no/messenger Den korteste veien mellom deg og dine venner
2016 Oct 20
2
[AVX512BW] Nasty KAND issue
Hey guys, I've hit a pretty nasty issue on SKX with ANDs of masks <= 4 bits. In the IR, we represent a 4b vector mask as <4 x i1>. This assumes that the storage container for this type is also 4b, but it's not. The smallest mask register on SKX is 8b. This also implies that the smallest load/store moves 8b. We run into problems when we try to optimize ANDs (full test case