Original Post
I am just wondering if anyone knows of any compiler that optimizes for amd. I know the intel optimizing compiler and that works great, also the default compiler in visual studio 2005 pro is really great as far as the optimizations go, but I haven't found any settings that specifically generate amd code. Just wondering if any of you guys have optimized for amd and what tools you found useful. thanks a lot in advance. I haven't done much research in this but i am doing so now and when I'm done I'll post any useful info here. What I know now is that 2005 visual studio removed the processor specific optimizations but has added 3dnow intrinsic support. What I'm looking for is something to compile c into those things like compiling with the /sse options. Also I'm sure optimizing instruction scheduling is a different beast on both systems but i dont know much about that. thanks tim