-
fortress 0.7.5 released
fortress 0.7.5 released with some new features.
A nice animation is visible.
2007-04-24 18:16:17 UTC by ces_mohab
-
CPU frequency test
I added a function that detects CPU frequency :)
It works as follows:
1-Read current time strap counter.
2-Wait 1 sec.
3-Read current time strap counter again.
4-Subtract.
5-Divide by 1000000.
6-You got frequency in Mhz.
2007-03-06 20:15:03 UTC by ces_mohab
-
CPU ID MMX and SSIMD support
After support for Intel's x87 FPU finished a plan for cpu capabilities identification and support for MMX and streaming SIMD.
:)
2007-02-26 17:01:59 UTC by ces_mohab
-
x87 FPU support
initial support for x87 FPU support will be avaliable. Which includes a lazy FPU context switch. And some libraries support.
Reading Intel's manual :)
2007-02-20 16:31:54 UTC by ces_mohab
-
fortress 0.7.0 released
fortress 0.7.0 released see change log for more info.
2007-02-09 09:23:19 UTC by ces_mohab