similar to: [LLVMdev] Question about machine-specific assembler in LLVM

Displaying 20 results from an estimated 800 matches similar to: "[LLVMdev] Question about machine-specific assembler in LLVM"

2017 Aug 24
0
functions from 'base' package are not accessible
Try putting !!! (three exclamation symbols) in front of which(...)==.... The non-standard evaluation in the tidyverse can cause confusion. Bill Dunlap TIBCO Software wdunlap tibco.com On Thu, Aug 24, 2017 at 4:32 AM, Eugeny Melamud < Eugeny.Melamud at lanit-tercom.com> wrote: > Hi all! > > The following code (executed in console)... > somevar <- data.frame(v1 = 1:5,
2006 Feb 12
2
remote access
Hello! I have such trouble: I like R, but often I don't have administrator permissions to install R on some (not mine) computers. Could you give me shell on any server with R installed in order to apply R without installing it (simply with PuTTY). Great thanks! -- Best regards, Altshuler Eugeny
1998 Aug 18
3
FreeBSD 2.2-stabe & iomega zip ide & samba
I have configured and working this.But ! Very slow ! A lot of cpu usage by smbd. What can I do ? Other disk/cdrom shared works perfectly. 10tx. Eugeny.
2008 Nov 20
1
[LLVMdev] Graph coloring register allocation
Hello, I am working on developing register allocator for irregular architectures (with register pair, and banks) and plan to base my work on graph coloring register allocator. I wonder if LLVM already has basic graph coloring register allocator, or somebody is working on it? Also, I'm not sure what is the best way to even describe the register constraints in tablegen: - How can I
2000 Jan 10
1
problems with win95/98 & user lists retrieving from samba pdc
hi*& ppl, can anyone help me? I haven't problems with NT clients to samba PDC. But I can not setup win95/98 clients to user based security, because win95/98 never can retrieve user list from samba pdc. Is it released? I can find any info about this problem. Thanks, Eugeny.
2017 Aug 24
5
functions from 'base' package are not accessible
Hi all! The following code (executed in console)... somevar <- data.frame(v1 = 1:5, somestring = 6:10, v3 = 11:15, v4 = 16:20); somevar %>% gather(key = var, value = val, which(names(somevar) == "somestring"):length(somevar)) %>% head(2); throws... Error in which(names(somevar) == "somestring") : could not find function "which" if I change
1999 Dec 20
1
2.0.6: very hard overload after upgrade from 2.0.5a
hi*& ppl, what I see? smbstat shows this: veda uucp uucp 17012 vdv (193.168.6.84) Sun Dec 19 14:33:43 1999 squid-wate piv guest 19110 nlv (193.168.6.74) Mon Dec 20 08:51:18 1999 squid-nav paul wheel 19110 nlv (193.168.6.74) Mon Dec 20 08:51:42 1999 nlv nlv guest 19110 nlv (193.168.6.74) Mon Dec 20 09:11:31 1999
2010 Mar 10
1
00h323 cant get gatekeeper to connect
I'm trying to connect an Asterisk 1.6 to an Avaya with gatekeeper (CLAN). When chan_ooh323 first loads it tries to establish a connection with the gk but I it fails. I have the following extract from the ooh323 log. Can anyone give some insight? Thanks! MD 23:02:59:045 Sent GRQ message 23:02:59:045 GkClient Received RAS Message 23:02:59:045 Received RAS Message = { 23:02:59:045
1998 Apr 26
0
1.9.18p4 and 'unix password sync = yes'
Hi All ! Is it works ? I have troubles. Thanks for advices. -- Best wishes, Eugeny Kuzakov Laboratory 321 ( Omsk, Russia ) kev@lab321.ru ICQ#: 5885106
1999 Sep 21
0
[patch] fixing scope id problems
hi*& Samba has troubles with joining to NT PDC, that has some scope id because: 1. smbpasswd does not know anything about scope id and you haven't any chance to join into NT PDC. 2. also many utils like smbmount doesn't know scope id 3. In smbclient you can specify scope id, but you should remember it and etc. It's not so usable. I'm asked about these problems in samba
2013 Jun 13
0
Starting libvirt management daemon: failed!
Hello all, I had Debian 6.0.6 and libvirt 0.8.3 but it is was default installed without ESXi support (sudo apt-get install libvirt-bin). And it was working. I downloaded libvirt 0.9.12 and and have result: $ ./configure --with-exsi $ make $ sudo make install oneadmin@debian:~$ virsh virsh: /usr/local/lib/libvirt.so.0: version `LIBVIRT_PRIVATE_0.9.12' not found (required by
2010 Mar 10
1
BLF and realtime SIP buddies
Hello list, Can I do something like this for BLF functionality : [test-blf] exten => _XX,hint,Macro(GetSIPaccount,${EXTEN}) exten => _XX,hint,SIP/${SIPACCOUNT} GetSIPaccount is a macro that looks at a MySQL-database for the realtime table sip_buddies where the SIPusername is taken from. It works great for internal calls... but how about BLF-functionality ?? Feedback is appreciated !
2010 Mar 10
1
dtmf payload 100
Hello, I encountered the dtmf problem between my asterisk box (1.4.23) and suppliers gateway (unknown vendor). I have dtmf mode set to rfc2833 and it alway worked till supplier has changed something. Now I receive from him dtmf payload 100. With the second supplier which sends dtmf with payload type 101 everything works. in cli I get this message as dtmf is entered rtp.c:1287 ast_rtp_read:
2010 Mar 11
1
zpool iostat / how to tell if your iop bound
What is the best way to tell if your bound by the number of individual operations per second / random io? "zpool iostat" has an "operations" column but this doesn''t really tell me if my disks are saturated. Traditional "iostat" doesn''t seem to be the greatest place to look when utilizing zfs. Thanks, Chris -------------- next part -------------- An
2010 Mar 10
1
[LLVMdev] [Fwd: Re: [cfe-dev] Porting to x64]
[Please reply to list, and not me directly] Thats probably something to do with how you've run cmake to generate the project file (did you run it?). -------------- next part -------------- An embedded message was scrubbed... From: Clark Gaebel <cg.wowus.cg at gmail.com> Subject: Re: [cfe-dev] Porting to x64 Date: Wed, 10 Mar 2010 07:01:02 -0500 Size: 3341 URL:
2010 Mar 10
0
[LLVMdev] Warnings when Building Pre-Release 2.7
Dear All, I just did a build of the release_27 branch. It seems to have built successfully, but the compiler generated a number of warnings. The output is attached. The warnings appear to occur in the SelectionDag and unittests code. I did a build of LLVM mainline and saw warnings as well; I assume they're the same ones. If you maintain one of the aforementioned components, you may
2010 Mar 10
0
CLI not working properly - Asterisk Freez
Hello, I am using Asterisk 1.4.21.2 in a Centos 4.8 with a kernel version 2.6.9-89.ELsmp. The processor type is Intel(R) Xeon(R) Quad Core CPU E5410 @ 2.50GHz. with 4 GB of RAM Sometimes, I get a strange behavior from asterisk: The CLI commands does not work and Asterisk cannot receive calls. also i can't make any call, The output of every CLI command is weird, for example making a stop now
2010 Mar 10
1
func odbc and mult iquery
Hello, Does asterisk func odbc support multi query? I'm executing stored procedure which returns two tables. With tsql command I can see both tables. But asterisk only shows the first. My database is MSSQL. Maybe there is workaround... Thanks -- Best Regards, Giedrius -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Mar 10
0
I loose incoming call after transfer
Hello list. An incoming call goes to the queue. Then is routed to a free SIP-member1. When this SIP-member1 transfers the call to another SIP-member2, and this SIPmember-2 rejects the call, then the communication is lost. How can I make the call go back to the SIP-member1 ? Or maybe back to the queue ? To transfer we use the 'transfer'-button on the Grandstream/YeaLink IP-phone.
2010 Mar 10
1
multiple RTP port ranges for SIP
We are coordinating a connection to a SIP provider who told us they use two port ranges for RTP, 7000-8000 and 10000-20000. We've never encountered that before (and I believe rtp.conf only supports a single range). We can obviously setup 7000-20000 within RTP.conf, but I'm wondering if there is any other significance to this config? The other end is using an asterisk server too, so