search for: iano

Displaying 18 results from an estimated 18 matches for "iano".

Did you mean: ian
2005 Jan 03
1
samba v3 slow with 'security = server'
...2.x.x and 3.x.x to slow this down immensely. Is there any way we can run with security set to server but cache the results of the server conversation? Am I missing a new option that can set? Would 'security = Domain' help? or will it suffer from the same issue. Anthony. -- Anthony R Iano-Fletcher Room 2033, Building 12A, http://dcb.cit.nih.gov/~arif National Institutes of Health, Anthony.Iano-Fletcher@nih.gov 12A South Drive, Bethesda, Phone: (+1) 301 402 1741. MD 20892-5624, USA.
2003 Apr 02
1
broken ssh-keysign for openssh 3.6.1p1 on Solaris 8
...xpected. When we use the same ssh-keysign with the 3.6.1 distribution it also works as expected. Have other people noticed this? Is it so on other OSes? Is there a patch anyway? openssh was configured: ./configure --with-libs=-lresolv --sysconfdir=/etc/ssh --with-pam Anthony. -- Anthony R Iano-Fletcher Anthony.Iano-Fletcher at nih.gov http://cbel.cit.nih.gov/~arif CBEL, CIT, NIH, Bethesda, MD, USA. Phone: (+1) 301 402 1741.
2003 Feb 16
1
rsync-exclude.patch.
...mall suggestion...... can the name of the exclude file > (your .rsync) be specified in the flags.... e.g. > > rsync --rsync-exclude=.snapshot -axvH /here /there > > In this way different invocations (e.g. system and personal) can exclude > different files. > > Anthony R Iano-Fletcher Anthony.Iano-Fletcher@nih.gov > http://cbel.cit.nih.gov/~arif > CBEL, CIT, NIH, Bethesda, MD, USA. A good idea. I have implemented this as http://www.math.ualberta.ca/imaging/rlbackup/rsync-exclude-file.patch Un...
2004 Jul 20
1
Proposal: cache directory tagging convention
Hi rsync'ers, I'm soliciting feedback, discussion, and hopefully eventually support for a (currently very short and simple) proposal that would make it easier and more automatic for users to exclude from backups and other data transfers all the cache directories that various applications create and manage, such as Mozilla's web cache. The idea is simple: if applications that
2004 Aug 06
2
[PATCH] Make SSE Run Time option.
...(1.5 insns/element for single precision.) Stores at the end are merely a formality required by C language architectures to return more than one result and will be presumably removed when the function is inlined. Ian --------------------------------------------------- Ian Ollmann, Ph.D. iano@cco.caltech.edu --------------------------------------------------- --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' containing only the word 'unsubs...
2004 Aug 06
3
SHARC DSP
They claim to max out at 1,800 MFLOPs And have a clock speed of up to 300 mhz. Jean-Marc Valin wrote: >Tell me how fast these chips are, I'll tell you if there's a chance... > > Jean-Marc > >Le jeu 18/12/2003 à 16:52, David Siebert a écrit : > > >>Anyone have any idea if the any of the Sharc or TigerSHARC DSPs are >>powerful enough to do realtime Speex?
2004 Aug 06
0
[PATCH] Make SSE Run Time option.
...a = vec_madd( a, b, (vector float) vec_splat_u32(0) ) ; a = vec_add( a, vec_sld( a, a, 8 ) ); a = vec_add( a, vec_sld( a, a, 4 ) ); return a; } Ian --------------------------------------------------- Ian Ollmann, Ph.D. iano@cco.caltech.edu --------------------------------------------------- --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' containing only the word 'unsubs...
2004 Aug 06
0
[PATCH] Make SSE Run Time option.
...unsigned shorts, or add a decent permute unit. My guess is that this involved almost no change to the silicon to squeeze these in, since you are just twiddling the sign bit, so they viewed it as essentially free. Ian --------------------------------------------------- Ian Ollmann, Ph.D. iano@cco.caltech.edu --------------------------------------------------- --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' containing only the word 'unsubs...
2004 Aug 06
0
SIMD interest
...ilable. Intel has written some code that does this into libpr0n, which is the native image library for Mozilla. You can take a peak at that if you like. They also discuss it in their software optimization manuals. Ian --------------------------------------------------- Ian Ollmann, Ph.D. iano@cco.caltech.edu --------------------------------------------------- --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' containing only the word 'unsubs...
2004 Aug 06
1
Speex 1.1.4 is out
...a compiler installed on their machine and even among those that do, not everyone knows how to use it. Run time detection is the user friendly way to do things, even if it is more work for the developer. Ian <p>--------------------------------------------------- Ian Ollmann, Ph.D. iano@cco.caltech.edu --------------------------------------------------- --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' containing only the word 'unsubs...
2004 Aug 06
0
[PATCH] Make SSE Run Time option.
...n.) > Stores at the end are merely a formality required by C language > architectures to return more than one result and will be presumably > removed when the function is inlined. > > Ian > > --------------------------------------------------- > Ian Ollmann, Ph.D. iano@cco.caltech.edu > --------------------------------------------------- > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > Ogg project homepage: http://www.xiph.org/ogg/ > To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' > c...
2004 Aug 06
2
[PATCH] Make SSE Run Time option.
> Please note that dot products of simple vector floats are usually > faster > in the scalar units. The add across and transfer to scalar is just too > expensive. Or do four at once, with some shuffling (which is basically free); almost the same code as a 4x4 matrix/vector multiply. <p>Segher --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2004 Aug 06
3
Speex 1.1.4 is out
> Is it a problem if all the files are compiled with -march=pentium3 > ? The patch that we sent in already detects in the configure.in script > which system you are on and sets a define correctly, i.e. _USE_SSE. Well, if what you want is auto-detection, turning on -march=pentium3 means that the code will crash on anything lower than a pentium3. Not really useful. Of course,
2004 Aug 06
2
[PATCH] Make SSE Run Time option.
Hi Jean Marc, I think there is just a confusion over terminology going on here- I agree that support for 3dnow base version may not necessarily be relevant; However, even though 3dNow extended is a bastardized version of SSE, it still supports the same instructions, and that is what is important- I don't think we intend to add any AMD specfic code. The real issue is cross CPU SSE support,
2004 Aug 06
5
[PATCH] Make SSE Run Time option.
> Personally, I don't think much of PNI. The complex arithmetic stuff they > added sets you up for a lot of permute overhead that is inefficient -- > especially on a processor that is already weak on permute. In my opinion, Actually, the new instructions make it possible to do complex multiplies without the need to permute and separate the add and subtract. The really useful
2004 Aug 06
5
SIMD interest
Greetings, <p>my apologies for putting this trash in the mailing list but the topic about SSE run-time option interested me pretty much. Looks like some people is really experienced on the topic. I would really appreciate if somebody could point me to good resources about SSE and Altivec (not necessarly on the net, I'm ready to invest some money if necessary). I already have intel
2004 Aug 06
6
[PATCH] Make SSE Run Time option.
So we ran the code on a Windows XP based Atholon XP system and the xmm registers work just fine so it appears that Windows 2000 and below does not support them. We agree on not supporting the non-FP version, however the run time flags need to be settable with a non FP SSE mode so that exceptions are avoided. I thus propose a set of defines like this instead of the ones in our initial patch:
2004 Aug 06
0
quality -> bitrate
I'm going to go out on a limb here and guess Daniel is interested in speex for real time audio conversations between players in a massively multiplayer online game. My bet is that there are very large differences between what a gamer would consider as "good" and an audiophile would consider as "good", based on a long and glorious history of games short changing audio in