From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Processer Detection & crypt() optimization Date: Fri, 14 Apr 2000 07:21:30 +0200 Organization: NetVision Israel Lines: 19 Message-ID: <38F6AADA.6AD3A0B7@is.elta.co.il> References: <38F66B91 DOT 8C22BDC9 AT home DOT com> NNTP-Posting-Host: ras1-p116.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 955689637 2555 62.0.172.118 (14 Apr 2000 05:20:37 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 14 Apr 2000 05:20:37 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Robin Johnson wrote: > > 2 Questions, It's usually best not to put unrelated questions together. > Firstly, which processor extensions does gcc support in the builtin asm, > or GAS? E.G. P3 SIMD, P3 RNG, P2 extensions, Cyrix & AMD stuff, etc. > Maybe CPUID feature block? It depends on the version of Binutils you have installed, since the instruction support is in Gas, the GNU assembler. And you didn't tell what version of Binutils do you have. (If you don't know, type "as --version" and tell what it prints.) > Also, anyone got any pointers on optimizing the crypt() function? You aren't talking about the DJGPP crypt function, are you? Because the DJGPP version is simply a no-op.