News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Application Binary Interface (ABI), calling conventions and the like

Started by jj2007, June 14, 2012, 12:24:30 AM

Previous topic - Next topic

FORTRANS

Hi,

   For some reason, it crashed on my P-MMX.  (Right,
like I expected an error message?  <g>)  It did run
on my Sony, so the CPUID code is not what locked it
up earlier.  (Presumably.)  Though there was an odd
pause the first time I ran this one.


pre-P4 (SSE1)
61   cycles for fxsave
63   cycles for fxrstor
108   cycles for fsave
86   cycles for frstor

61   cycles for fxsave
63   cycles for fxrstor
108   cycles for fsave
86   cycles for frstor


--- ok --- Mobile Intel(R) Celeron(R) processor     600MHz (SSE2)
61   cycles for fxsave
63   cycles for fxrstor
116   cycles for fsave
92   cycles for frstor

61   cycles for fxsave
63   cycles for fxrstor
117   cycles for fsave
93   cycles for frstor


--- ok ---


Cheers,

Steve N.