X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <4E9D970D.4050808@iki.fi> Date: Tue, 18 Oct 2011 18:11:09 +0300 From: Andris Pavenis User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: I need strtok_r() function References: <8339erwjdk DOT fsf AT gnu DOT org> <3533b2fa-8962-47c1-a6a8-373cc0e8a1f3 AT g7g2000vbv DOT googlegroups DOT com> <83zkgzv01r DOT fsf AT gnu DOT org> <153d7dc6-0ff9-4ef2-9933-e603b92db585 AT m4g2000yqm DOT googlegroups DOT com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com On 10/18/2011 05:04 PM, Eli Zaretskii wrote: >> From: RayeR >> Newsgroups: comp.os.msdos.djgpp >> Date: Tue, 18 Oct 2011 06:05:56 -0700 (PDT) >> >> Unfortunately when I tested compiled x264 to compress sample video it >> crashes immediatelly: >> >> C:\X264>X264.EXE -o out.flv example.y4m >> y4m [info]: 384x288p 0:0 @ 25/1 fps (cfr) >> x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle >> SSE4.2 > > I don't think DJGPP supports these capabilities, but I may be wrong. I think that GCC generates according instructions when appropriate value of -march parameter is being used. I'm not sure about all of them though Andris