Displaying 4 results from an estimated 4 matches for "rando".
Did you mean:
random
2008 Dec 13
1
Counter Strike Source rando quits, and that's pretty much it
I was very excited recently because for the first time in my attempts to get my windows games to work with wine I actually managed to install steam, counter strike source, and half life 1. And then it actually launched and everything seemed to be going so well but then I joined a server, and after a while counter strike just quit on me taking me back to the desktop. I haven't found anything
2004 Aug 27
3
Proxy Arp Ip Conflicts
...er, whenever its enabled, the network
on the DMZ goes screwy. I''ve narrowed it down to this:
when proxy arp is enabled for that interface, like such:
echo 1 > /proc...eth1/proxy_arp
then arping from a machine that connected to eth1, but on a completely
different subnet:
workstation rando # arping 192.168.0.5 #non-existent IP
ARPING 192.168.0.5 from 192.168.0.45 eth0
Unicast reply from 192.168.0.5 [00:01:03:2B:EC:57] 699.642ms
Sent 2 probes (1 broadcast(s))
Received 1 response(s)
workstation rando # arping 192.168.0.1 #used ip
ARPING 192.168.0.1 from 192.168.0.45 eth0
Unicast r...
2017 Apr 25
2
Disable optimization on basic block level
> On Apr 24, 2017, at 5:30 PM, Joerg Sonnenberger via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> On Mon, Apr 24, 2017 at 11:06:36AM -0700, Matthias Braun via llvm-dev wrote:
>> Would be cool to create a suite of extreme inputs, maybe a special llvm
>> test-suite module. This module would contain scripts that produce
>> extreme inputs (long basic blocks,
2015 Jan 22
3
[LLVMdev] numeric limits of llvm Types?
Hi all,
can I access the numeric limits of the llvm types,
e.g. HalfTy, FloatTy, DoubleTy, etc.
in a fashion like the std numeric_limits tool?
std::numeric_limits<half>::min()
std::numeric_limits<half>::max()
In c++API, I want to initialize values and need to know the correct range
for the llvm types....
Thx
Alex