This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: MinGW32 queries: 3dNOW support, profiling
- To: Tom Womack <tom at womack dot net>
- Subject: Re: MinGW32 queries: 3dNOW support, profiling
- From: Mumit Khan <khan at NanoTech dot Wisc dot EDU>
- Date: Sun, 27 Feb 2000 20:04:26 -0600 (CST)
- cc: gcc at gcc dot gnu dot org
On Sun, 27 Feb 2000, Tom Womack wrote:
> I think this should probably go to a binutils mailing list, but I can't find
> one. It may be that this is just a request to Dr Khan to put a newer version
> of binutils into Mingw32 (I'm currently using 2.95-2).
>
> The question is as in the title: if I try to assemble something like
>
> void main(void)
> {
> __asm__("pfadd %mm0,%mm1");
> }
Yes, this and the next issue you bring belongs in the binutils list.
You can pick up a pre-release version of my binutils distrib (it'll
be in the upcoming mingw release as well as in the next Cygwin net
release) from:
ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/snapshots/gcc-2.95.2-1/
binaries and sources for binutils based on 19990818 are there.
Handles pfadd as well as C++ profiling.
Regards,
Mumit