search for: pand

Displaying 20 results from an estimated 45 matches for "pand".

Did you mean: and
2008 Nov 20
1
Can't start pand -- is the problem in /etc/rc.d/init.d/pand?
I have been stepping into pand. There is nothing I can find on this list about getting pand working. There are some instructions on wifi.bluez.org that seem to be redhatish, but.... I have edited /etc/sysconfig/pand: PANDARGS='--listen --role GN --master' I have created a /etc/sysconfig/network-scripts/ifcfg-bnep...
2014 Dec 02
2
[LLVMdev] Should more vector [zs]extloads be legal for X86 SSE4.1?
...Is it a simple oversight, or did I miss a deeper reason? While cleaning up PMOV*X patterns, I stumbled upon this braindead testcase: %0 = load <8 x i8>* %src, align 1 %1 = zext <8 x i8> %0 to <8 x i16> turning into: pmovzxbw (%rsi), %xmm0 pand <0xff,0xff,...>, %xmm0, %xmm0 v8i8 isn't legal, so the load became an anyext load from v8i8 to v8i16, with the pand masking out the unwanted/zero bits. In that example, if you declare zextloads from v8i8 legal, and add the simple corresponding pattern, the pand isn't generated any...
2008 Nov 13
0
bluetooth pand help
Help, please. The man pand talks about a /etc/bluetooth/pan/dev-up; there is no such file on any of my Centos systems. I have studied http://bluez.sourceforge.net/contrib/HOWTO-PAN, so I have some of the basics. The only Centos related pand writeup I have found is http://howto.basjes.nl/linux/installing-my-new-server/n...
2010 May 11
2
[LLVMdev] How does SSEDomainFix work?
Hello. This is my 1st post. I have tried SSE execution domain fixup pass. But I am not able to see any improvements. I expect for the example below to use MOVDQA, PAND &c. (On nehalem, ANDPS is extremely slower than PAND) Please tell me if something would be wrong for me. Thank you. Takumi Host: i386-mingw32 Build: trunk at 103373 foo.ll: define <4 x i32> @foo(<4 x i32> %x, <4 x i32> %y, <4 x i32> %z) nounwind readnone { entry:...
2012 Apr 19
4
[LLVMdev] Target Dependent Hexagon Packetizer patch
Hi, Here's a patch for Hexagon Packetizer for review. This patch does not yield any warnings. Sirish -- Qualcomm Innovation Center, Inc is a member of Code Aurora Forum -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: HexagonPacketizer.patch URL:
2010 May 11
0
[LLVMdev] How does SSEDomainFix work?
..., 2010, at 9:07 PM, NAKAMURA Takumi wrote: > Hello. This is my 1st post. ようこそ! > I have tried SSE execution domain fixup pass. > But I am not able to see any improvements. Did you actually measure runtime, or did you look at assembly? > I expect for the example below to use MOVDQA, PAND &c. > (On nehalem, ANDPS is extremely slower than PAND) Are you sure? The andps and pand instructions are actually the same speed, but on Nehalem there is a latency penalty for moving data between the int and float domains. The SSE execution domain pass tries to minimize the extra latency...
2015 Aug 19
3
Samba 4.2.3
Hello, Am 19.08.2015 um 16:43 schrieb Nitin Pande: > [2015/08/19 09:23:59.800516, 0] > ../source4/smbd/server.c:475(binary_smbd_main) > At this time the 'samba' binary should only be used for either: > 'server role = active directory domain controller' or to access the > ntvfs > file server with 'server...
2012 Apr 19
0
[LLVMdev] Target Dependent Hexagon Packetizer patch
No test cases for a 500k patch? -eric On Apr 18, 2012, at 9:18 PM, Sirish Pande wrote: > Hi, > > Here's a patch for Hexagon Packetizer for review. This patch does not yield any warnings. > > Sirish > > -- > Qualcomm Innovation Center, Inc is a member of Code Aurora Forum > > <HexagonPacketizer.patch>_______________________________...
2014 Feb 13
2
[LLVMdev] [cfe-dev] Unwind behaviour in Clang/LLVM
...Unwind table index '.ARM.exidx' at offset 0x818 contains 4 entries: 0x5d4 <main>: 0x1 [cantunwind] because the latter prevent any unwinding, breaking debuggers/profilers/sanitizers. As I understand, the right way to enable basic unwind through any function (without emitting landing pands etc, unless they are needed for something else) is -funwind-tables. I'm going to add that in the driver for all sanitizers then. On Tue, Feb 11, 2014 at 6:20 PM, Renato Golin <renato.golin at linaro.org> wrote: > On 11 February 2014 14:12, Rafael Espíndola <rafael.espindola at gm...
2008 Jul 14
3
More current version of bluez
Centos continues to fall behind in with the state of bluetooth development. Nothing new from 5.1 to 5.2. Has anyone got a more recent version working and have compile and rpm build instructions? Here are the rpms that I have: bluez-gnome-0.5-5.fc6.i386.rpm bluez-hcidump-1.32-1.i386.rpm bluez-libs-3.7-1.i386.rpm bluez-utils-3.7-2.el5.centos.i386.rpm bluez-utils-cups-3.7-2.el5.centos.i386.rpm
2015 Sep 02
3
Samba4.2.3 Authentication
Hello, Need your guidance in setting up SAMBA 4.2.3 on CentOS7 with proper authentication. Below are the details of my smb.conf file. Problem: incorrect authentication when accessing share from windows machine a) "worm" share is guest only and can be accessed by any person without authentication b) "secure_worm" is share which require authentication from the user when I
2012 Apr 20
2
[LLVMdev] Hexagon Test cases.
Here's a patch that contains Hexagon Test cases. Please review. Sirish -- Qualcomm Innovation Center, Inc is a member of Code Aurora Forum -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: HexagonTestCases.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120420/eb32dede/attachment.ksh>
2012 Apr 20
0
[LLVMdev] Hexagon Test cases.
On Apr 20, 2012, at 1:58 PM, Sirish Pande <spande at codeaurora.org> wrote: > Here's a patch that contains Hexagon Test cases. Please review. You can't include these in the patches that they're supposed to go along with? -eric
2012 Apr 20
1
[LLVMdev] Hexagon Test cases.
Sure I can do that. In that case, let me recreate all the patches (along with the test cases) and put up the patches for review. sirish On 4/20/2012 4:16 PM, Eric Christopher wrote: > On Apr 20, 2012, at 1:58 PM, Sirish Pande<spande at codeaurora.org> wrote: > >> Here's a patch that contains Hexagon Test cases. Please review. > You can't include these in the patches that they're supposed to go along with? > > -eric -- Qualcomm Innovation Center, Inc is a member of Code Aurora For...
2015 Jul 27
3
[LLVMdev] i1* function argument on x86-64
I am running into a problem with 'i1*' as a function's argument which seems to have appeared since I switched to LLVM 3.6 (but can have other source, of course). If I look at the assembler that the MCJIT generates for an x86-64 target I see that the array 'i1*' is taken as a sequence of 1 bit wide elements. (I guess that's correct). However, I used to call the function
2015 Apr 27
4
Folding At Home OT
On 04/22/15 21:05, Mark LaPierre wrote: > Can someone recommend a good video card to use with CentOS 6.6 that has > a GPU, or two, or more, that will work with the Folding At Home project. > > I built a killer machine primarily for contributing to the FAH effort > but the video card, NVIDIA Corporation G94 [GeForce 9600 GT], I had on > hand is not getting any assignments.
2006 May 25
2
Compilation issues with s390
Hi all, I'm trying to compile asterisk on the mainframe (s390 / s390x) and I am running into issues. I was wondering if somebody could give a hand? I'm thinking that I should be able to do this. I have noticed that Debian even has binary RPM's out for Asterisk now. I'm trying to do this on SuSE SLES8 (with the 2.4 kernel). What I see is, an issue that arch=s390 isn't
2017 May 19
4
memcmp code fragment
Hi, Look at the following code: Look at the following C code seqence: unsigned char mainGtU ( unsigned int i1, unsigned int i2, unsigned char* block) { unsigned char c1, c2; c1 = block[i1]; c2 = block[i2]; if (c1 != c2) return (c1 > c2); i1++; i2++; c1 = block[i1]; c2 = block[i2]; if (c1 != c2) return (c1 > c2); i1++; i2++; .. ..
2015 Sep 01
2
error: Failed dependencies:
Hi, I am new to Linux environment and trying to setup SAMBA 4.2.3 on one of our CentOS 7 server. I followed SAMBA wiki and other links and was able to build and install the SAMBA on the machine. Using checkinstall-1.6.2-3.el6.1.x86_64.rpm I am able to create the rpm package also, however when I use this rpm package [samba 4.2.3] to install on another CentOS machine it fails with below errors
2012 Mar 05
1
[LLVMdev] printing hex format for floating point number
Hi, I am trying to print a hex value ( 4111999A for 9.1) for a corresponding floating point number. The routine convertToHexString in APFFloat class only prints in C99 Floating point hexagondecimal constant (eg 1.e00000p3). Without writing my own routine, how do I get to print the hexadecimal representation for a floating point value? Sirish -- Qualcomm Innovation Center, Inc is a member