search for: wchich

Displaying 8 results from an estimated 8 matches for "wchich".

2012 Oct 08
3
[LLVMdev] Multiply i8 operands promotes to i32
...s the hardware multiplier in most of the MSP430 devices is for i8 and i16 operands, with i16 and i32 result, I am lowering MUL_i8 and MUL_I16. However, the front-end promotes the i8 argument to i32, executes 32-bit multiplier and truncates to 16-bit, so I never lower MUL_I8 nor MUL_I16 but MUL_I32, wchich is lowered to an external libcall (__mulsi3) that I don´t have. What should I do in order to prevent the front-end from promote to 32-bit multiplier? If that is not possible, how can I detect when lowering that it is actually a MUL_I8 or MUL_I16 in order to do the correct lowering? Thanks in adva...
2006 Sep 29
1
samba in centos 4.4: samba-3.0.10-1.4E.9 versus the latest from sernet samba3-3.0.23c-30
...e rewrote (for example oplock in later version of samba than 3.0.10). RedHat people don't have made a full of backports to their samba, only security things. So I have question, what do you think samba people, should i switch to the latest samba from sernet (for example) or still use samba, wchich comes with my centos. What are + and - ? Best regards, Irens
2010 May 21
1
GPS finding and mark interesting POI within table with large GPS points collection
Dear R users, #---------------------------------------------------------------------------------------------------------------------------- #There is table containing 1000 (lat, lon, time) GPS positions, wchich should be recognized and labeled in every row of that #recognized position by label from defined POI vector GPS$Lat =c(9,2.2,2,3,4,5,6,7,2,9,2.1,10,3.3,0 , 6, 8, 9) GPS$Lon =c(0,1 ,1,4,4,5,6,7,2,9,1.1,10,4.2,0 , 6, 1, 9) GPS$time =c(0,1 ,2,3,4,5,6,7,8,9,10 ,11,12 ,13,14,15,16) # and...
2006 Nov 24
0
xen with madwifi
hi all, I am new to Xen. I tried to install it from binary, which worked well. I need to have my atheros card woking in domain 0, so I decided to install it from sources, to get Linux kernel patched by xen patches, wchich I could use to compile madwifi drivers. So I did. I donloaded sources for xen 3.0.3, run make world, it donloaded needed 2.6.16.29 vanilla kernel from kernel.org, patched it, compilation went well. I installed it, booted it, everything ok. But when I tried to compile madwifi-old sources, I reali...
2003 Aug 14
1
/usr: create/symlink failed, no inodes free
hi sirs, i try to install galeon2 for my machine but get an error messages that i really do not understand while making mozilla. that errors appear at the very beginning of a make command. i attache my uname, df both before and after make, and errors message with this mail. in wchich case that inodes are not sufficient ? and also how to get rid of this kind of error. thank you in advance for any hints and helps -- with best regards, psr http://www.thai-aec.org http://www.thai.net/makham -------------- next part -------------- Script started on Thu Aug 14 14:37:29 2003 You...
2012 Oct 08
0
[LLVMdev] Multiply i8 operands promotes to i32
...plier in most of the MSP430 devices is for i8 and > i16 operands, with i16 and i32 result, I am lowering MUL_i8 and MUL_I16. > However, the front-end promotes the i8 argument to i32, executes 32-bit > multiplier and truncates to 16-bit, so I never lower MUL_I8 nor MUL_I16 > but MUL_I32, wchich is lowered to an external libcall (__mulsi3) that I > don´t have. > > What should I do in order to prevent the front-end from promote to > 32-bit multiplier? (I'm assuming you're getting C code from clang.) You can't, assuming your platform defines "int" to be 32...
2012 Jan 24
5
Graphic acceleration on pv domU linux
Is there possibility of graphic acceleration on domU pv linux without gfx passtrough? I not search 3d high performance for games but possibility of run all DE for example gnome shell or cinnamon and good performance of normal programs and video playback? Thanks for any reply -- View this message in context:
2008 Dec 04
5
Burning DVD with files>4GB from console
My backup script split filesystem dumps to files with size of 4,37 GB (4 588 544 kB). It's just an optimal size to fill out DVDs. At this moment I have to burn them from windows via smb-link becuase I didn't manage to do this task from FreeBSD console due to 2GB/4GB filesize restrictions (growisofs). I'm using freeware CDBurnerXP to burn my backups (ISO9660/UDF/Joliet), and they