search for: kortest

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

Did you mean: fortest
2016 Oct 20
2
[AVX512BW] Nasty KAND issue
...s short to illustrate it right now: you’re not showing how these upper bits are leaking into the computation somewhere? >>> >>> — >>> Mehdi >> Hi Mehdi, >> >> Yes, good point. Updated test case exhibiting the dirty bits attached. >> Notice that the kortest will operate on the dirty bits that should >> have been zeroed. >> >> Perhaps the problem is that the zext of the i4 to i16 does not get >> generated correctly. >> The problem with your IR is actually the load. When you load a value whose size in bits is not a multi...
2016 Oct 20
2
[AVX512BW] Nasty KAND issue
...; There might be a legitimate issue, but your example fails short to illustrate it right now: you’re not showing how these upper bits are leaking into the computation somewhere? > > — > Mehdi Hi Mehdi, Yes, good point. Updated test case exhibiting the dirty bits attached. Notice that the kortest will operate on the dirty bits that should have been zeroed. Perhaps the problem is that the zext of the i4 to i16 does not get generated correctly. -Cam -------------- next part -------------- A non-text attachment was scrubbed... Name: test.ll Type: application/octet-stream Size: 376 bytes Desc...
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