similar to: [RFC PATCH v1 0/3] Introducing ARM SIMD Support

Displaying 8 results from an estimated 8 matches similar to: "[RFC PATCH v1 0/3] Introducing ARM SIMD Support"

2006 May 31
9
How can I make this thing work on IE?
Hello... i''ve been read lots of posts talking about this kind o mess in IE... but no one tells how could this be possible to work... :-) Any suggestions?? thanks... <html> <head> <script src="prototype.js"></script> </head> <body> <table border=1> <tbody> <tr id="0" name="0"> <td>LINE
2003 Nov 13
3
Samba PDC on RH9 w/ W2k SP4 Client.
Hi Folks, I have a RH9 machine running Samba 3.0.0 (Had the same situation when running 2.2.8) and I am not being able to make my W2K SP4 clients or XP join the PDC. I keep receiving the following message: "The following error occurred validating the name "ADIDOMAIN" The condition may be caused by a DNS lookup problem. For information about troubleshooting
2002 Aug 29
0
yet another MDCT question
mdct.c, lines 436 onward (part of mdct_backward) state { DATA_TYPE *oX1=out+n2+n4; DATA_TYPE *oX2=out+n2+n4; DATA_TYPE *iX =out; T =init->trig+n2; do{ oX1-=4; oX1[3] = MULT_NORM (iX[0] * T[1] - iX[1] * T[0]); oX2[0] = -MULT_NORM (iX[0] * T[0] + iX[1] * T[1]); oX1[2] = MULT_NORM (iX[2] * T[3] - iX[3] * T[2]); oX2[1] =
2002 Jul 01
1
Multiple Ethernet Cards: Ignoring one of them
Hello, I have recently had 'Broadband' (Cable) Internet installed in my house and I have setup the my Linux PC to do Network Address Translation for my Windows PC. This system has worked well with the PPP modem, and I know that a full Proxy server would be better, but at the moment I haven't got the time to set one up etc. This setup worked fine: Modem[ppp0
2014 Feb 21
3
[PATCH 1/4] nv30: remove use_nv4x, it is identical to is_nv4x
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- Perhaps there was a day when those were different, but that day is not today. src/gallium/drivers/nouveau/nv30/nv30_context.c | 1 - src/gallium/drivers/nouveau/nv30/nv30_context.h | 1 - src/gallium/drivers/nouveau/nv30/nvfx_fragprog.c | 20 ++++++++++---------- src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c | 8 ++++---- 4
2003 May 21
2
Clean separation of encode and decode?
Is anybody interested in cleanly separating encode and decode in vorbis? I'm trying to take a stab at it myself from the head of cvs as of this morning, but it looks like a lot of files contain both encode-only and decode-only functions. An obvious one is mdct.c, which contains mdct_forward and mdct_backward (which isn't that big of a deal, since both are pretty well-contained, but it
1997 Dec 08
1
WINS client problems
I have compiled the latest source acquired from the SAMBA Web page to run on AIX 4.2. For some reason my WINS client just isn't working. I verify that the NetBIOS names and IP addresses are in the NT WINS server's tables. I verify that the WINS server's IP address is appropriately configured in smb.conf. I run testparms and all is OK. I executed two commands with no change in
2001 May 24
1
tinc from behind a NAT
I'm stuck behind a corporate NAT that I obviously have absolutely no control over. The nice thing is that the firewall rules, AFAIK, are very nice. I've had tinc running before from behind nazi firewalls with no NAT. Been fiddling with tinc for many hours, but have been SOL. The local machine is the client (has ConnectTo in the conf), and remote is the server (has Listen in the conf).