search for: insruct

Displaying 14 results from an estimated 14 matches for "insruct".

Did you mean: instruct
2005 Jun 07
2
codec preference
...and I get these diags on server 1: > requested format = ulaw, > requested prefs = (), > actual format = g729, > host prefs = (g729|gsm|ulaw), > priority = mine -- Executing Playback("IAX2/server1@xxx.xxx.xxx.xxx:4569-12", "demo-insruct") in new stack Jun 8 09:51:55 WARNING[46848]: file.c:489 ast_openstream_full: File demo-insruct does not exist in any format Jun 8 09:51:55 WARNING[46848]: file.c:793 ast_streamfile: Unable to open demo-insruct (format g729): No such file or directory Jun 8 09:51:55 WARNING[46848]: app_pl...
2017 Dec 17
2
Fwd: i am having some hard time compiling tinc 1.1 for openwrt
...Sun, Dec 17, 2017 at 9:19 PM Subject: i am having some hard time compiling tinc 1.1 for openwrt To: guus at tinc-vpn.org Hello, i am having some hard time compiling tinc 1.1 for openwrt. i have found a precomiled version for ar71xx, but i need for mips_24kc and ramips/mt7620 i have tried afew insructions but with no success (https://github.com/liyvhg/openwrt-tinc-1.1) any chance you will release the tinc 1.1 to the openwrt repo or give me a hand in the matter. -- With Best Regards, *Eldad Hadas* *Eldadh at hadasbros.com <Eldadh at hadasbros.com>* Mobile +972-54-5686920 ----------...
2007 Mar 18
2
[LLVMdev] A few inline assembly questions
...problems refer to llvm and llvm-gcc from respectively cvs/svn which, I'm assuming, means upcoming 2.0 release. 1) we added a little inline assembly to do runtime detection of a few cpu features. llvm-g++ crashes on the attached testcase (test.cpp). 2) i have code utilizing whatever vector insructions i can get my hands on to speed up some very common rendering operations. llvm-gcc doesn't seem to support mmx intrinsics which makes Qt compiled with llvm-gcc quite a bit slower when it comes to graphics. test2.cpp shows in essence what we're doing in Qt. we basically have a very si...
2006 Dec 14
1
[LLVMdev] Instruction sets requiring more than 3 operands
Hello. I am making a LLVM backend for a new architecture XCC. During implementation of instructions for XCC, I found that there are instructions need more than 3 operands in the target language manual. I could implement insructions need 1, 2 or 3 operands thanks to the examples in the LLVM backends already offered by you guys. But, I am not sure about those kind of instructions needs many number of operands that is not fixed. That is, it can be 4, 5, 6 ... which changes according to the program. Would you mind letting me...
2012 Jun 12
2
Attempting to update from R 2.14 to 2.15 on Ubuntu
R-SIG-Debian I am very new to Linux so I probably am doing something stupid but I cannot seem to update to R 2.15 Using Ubuntu 12.02 Precise Penguin I realise that debian packages are not updated regularly so I tried to follow the insructions at the R-site So far, I have modified /etc/apt/sources.list to read ## R CRAN added 2012-06-12 deb http://probability.ca/cran/bin/linux/debian squeeze-cran/ I also have updated my gpg code as instructed in http://cran.r-project.org/bin/linux/ubuntu/README (thanks to Dan Nordlund on the R-help...
2012 Jun 12
6
Attempting to update from R 2.14 to 2.15
I am very new to Linux so I probably am doing something stupid but I cannot seem to update to R 2.15 Using Ubuntu 12.02 Precise Penguin I realise that debian packages are not updated regularly so I tried to follow the insructions at the R-site So far, I have modified /etc/apt/sources.list to read ## R CRAN added 2012-06-12 deb http://probability.ca/cran/bin/linux/debian squeeze-cran/ Issued command: sudo apt-get update RESULT W: GPG error: http://probability.ca squeeze-cran/ Release: The following signatures could...
2007 Mar 19
0
[LLVMdev] A few inline assembly questions
...t, that is very useful. > 1) we added a little inline assembly to do runtime detection of a few cpu > features. llvm-g++ crashes on the attached testcase (test.cpp). Anton filed a bug for this, I'll try to make sure it gets fixed this week. > 2) i have code utilizing whatever vector insructions i can get my hands on to > speed up some very common rendering operations. llvm-gcc doesn't seem to > support mmx intrinsics which makes Qt compiled with llvm-gcc quite a bit > slower when it comes to graphics. As Anton mentioned, work is actively underway to add MMX intrinsic su...
2017 Aug 18
5
RFC/bikeshedding: Separation of instruction and pattern definitions in LLVM backends
...up during review which I think may benefit from wider input. David Chisnall suggested that the backend could be made easier to read and work with by separating out instruction definitions from the patterns used to match them for codegen. One key advantage of such a separation is that patterns and insruction definitions can be grouped and ordered independently in the way that makes most sense. Patterns for addi and add benefit from being grouped together, but it may make more sense to group the reg-reg and reg-imm instruction definitions separately. The main downside is that this style is not quite...
2009 Feb 26
1
[LLVMdev] A partial reply to the previous question and another one
OK , grepping the whole source tree for 'ctlz' I found the answer to my question in: test/FrontendC/2006-01-16-BitCountIntrinsicsUnsigned.c and that is to use gnu frontend style __builtin_clz() for this one. This test/FrontendC directory has a plethora of other usefull examples so I guess It will be sufficient for me. However I still think that some documentation of the frontend
2008 Mar 08
0
Nut newhidups USB interface
...boxes. > > I have it working nicely on one box using an APC Smart-UPS SC 450 > power supply. > > I am trying to set up the other FreeBSD box which only has a USB > interface. I have attached an APC Back-UPS RS 800 to it using the USB > port. > > I have followed the insructions for using the newhidups USB driver for > NUT as given at: > http://people.freebsd.org/~thierry/nut_FreeBSD_HowTo.txt > > but it does not work. > > I get a: > Network UPS Tools: New USB/HID UPS driver 0.28 (2.0.4) > No matching USB/HID UPS found > > error. >...
2017 Dec 17
0
i am having some hard time compiling tinc 1.1 for openwrt
...some hard time compiling tinc 1.1 for openwrt > To: guus at tinc-vpn.org > > > Hello, > > i am having some hard time compiling tinc 1.1 for openwrt. > > i have found a precomiled version for ar71xx, but i need for mips_24kc and > ramips/mt7620 > > i have tried afew insructions but with no success > (https://github.com/liyvhg/openwrt-tinc-1.1) > > any chance you will release the tinc 1.1 to the openwrt repo or give me a > hand in the matter. > > > -- > With Best Regards, > > > > Eldad Hadas > > Eldadh at hadasbros.com > &gt...
2003 Dec 02
2
Does Asterisk overwrite any libraries?
I am using a brand new RH9.0 installation. I installed Asterisk afterwards so I am not sure if Asterisk caused the problem below. The ps doesn't work. It could also be something else. I also tried installing a some video package. But I thought to ask here first if someone has seen this before. [root@localhost asterisk]# ps ps: error while loading shared libraries: libproc.so.2.0.6: cannot
2007 Mar 19
1
[LLVMdev] A few inline assembly questions
On Mar 18, 2007, at 5:14 PM, Chris Lattner wrote: >> 2) i have code utilizing whatever vector insructions i can get my >> hands on to >> speed up some very common rendering operations. llvm-gcc doesn't >> seem to >> support mmx intrinsics which makes Qt compiled with llvm-gcc quite >> a bit >> slower when it comes to graphics. > > As Anton mention...
2017 Mar 18
0
isohybrid boot from logical partition
...e (lines 196-212) and then puts the bootable GPT entry directly after (lines 191, 217). The comments says so. The comments aren't clear about also adding the GPT entry length between the MBR and GPT entries. That's four more bytes. So 16+4=20. I think si points at the fake MBR entry at the insruction you ask about. But isohdpfx.S is buggy: /* Check to see if we have a partition table entry */ xorl %ebx, %ebx xorl %ecx, %ecx #ifdef PARTITION_SUPPORT andw %si, %si /* %si == 0 -> no partition data */ jz 1f testb $0x7f, (%si) /* Invalid active flag field? */ jnz 1f cmpb %cl, 4(%si...