|
Message-ID: <BLU0-SMTP2054A5F266612204818D67BFDEC0@phx.gbl> Date: Mon, 9 Jul 2012 01:41:49 +0200 From: Frank Dittrich <frank_dittrich@...mail.com> To: john-dev@...ts.openwall.com Subject: Re: Atom: bf P1 asm results On 07/09/2012 01:31 AM, Solar Designer wrote: > On Mon, Jul 09, 2012 at 01:06:35AM +0200, Frank Dittrich wrote: >> $ cat /proc/cpuinfo >> processor : 0 >> vendor_id : GenuineIntel >> cpu family : 6 >> model : 28 >> model name : Intel(R) Atom(TM) CPU N270 @ 1.60GHz > > Thanks. What does this print for you? - > > gcc -march=native -dM -E - < /dev/null | fgrep -i atom $ gcc -march=native -dM -E - < /dev/null | fgrep -i atom #define __SIG_ATOMIC_TYPE__ int #define __SIG_ATOMIC_MAX__ 2147483647 #define __tune_atom__ 1 #define __atom 1 #define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) #define __atom__ 1 Frank
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.