GDC release 0.20

Thomas Kuehne thomas-dloop at kuehne.cn
Mon Dec 25 07:17:06 PST 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thomas Kuehne schrieb am 2006-12-24:
>
> David Friedman schrieb am 2006-12-17:
>> Source and binaries here:
>>
>> http://sourceforge.net/project/showfiles.php?group_id=154306
>>
>> * Updated to DMD 0.177
>> * Fixes for synchronized code generation
>> * Better support for cross-hosted builds
>> * Fixed Bugzilla 307, 375, 403, 575, 578
>> * Applied Anders Bj?rklund's MacOS X build patches
>> * SkyOS support will return when GCC 4.1.1 is supported.
>
> I've updated the DStress pages for GDC-0.20
> http://dstress.kuehne.cn/www/dstress.html
> http://dstress.kuehne.cn/www/gdc-0.20.html
>
> Something funny is going on with the assembler, especially the f*
> instructions. (Please ignore failing MMX & SSE tests for now, they are
> under heavy construction.)

Neither floating point nor MMX nor SSE instructions where the cause 
but the "cpuid" feature tests.

I had to replace

	asm{ cpuid; }

with
	asm{db 0x53; cpuid; db 0x5B;}

Thomas


-----BEGIN PGP SIGNATURE-----

iD8DBQFFj/XZLK5blCcjpWoRAlnMAJ9LwhWiZXx+0ex3tMPWhinKCL0wtQCfZhJ2
PrDwAkrWsHZIr1VMr/2p+Pc=
=8+Vu
-----END PGP SIGNATURE-----



More information about the Digitalmars-d-announce mailing list