search for: ifnone

Displaying 3 results from an estimated 3 matches for "ifnone".

2015 Jan 25
2
[LLVMdev] [cfe-dev] Proposal: pragma for branch divergence
Hi Owen and Vinod, Thanks for sharing the paper! I like the idea a lot. Regarding the paper itself, Vinod, are the consensual branches (e.g., cbranch.ifnone) you mentioned in the paper publicly available in PTX ISA? Owen, could you explain more on the approach of using branch-if-none instructions in your mind? I believe you have lots of great insights, but I don't see how cbranch.ifnone instructions directly solve my issue. The issue I am trying t...
1999 Sep 16
3
page of graphics won't completely print
Greetings, I'm not on the list, so please CC me, thanks. :) Problem: printing a full-page graphic stops 3 inches into the print. System: FreeBSD 3.2 server running Samba 2.0.3 (version that is installed with the distribution) 486DX (4 or 8MB, I don't remember at the moment, I think 8.) 2 parallel ports Epson Color STYLUS 500 Epson Color STYLUS 800 Win95 client
2015 Jan 24
2
[LLVMdev] [cfe-dev] Proposal: pragma for branch divergence
In our experience, as Owen also suggests, a pragma or a language extension can be avoided by a combination of static and dynamic analysis. We prefer this approach in our compiler ;) Regards, Vinod On Sat, Jan 24, 2015 at 12:09 AM, Owen Anderson <resistor at mac.com> wrote: > Hi Jingyue, > > Have you considered using dynamic uniformity checks? In my experience you > can