The server I used was an older, 1.2GHz Athlon XP server. 我使用的服务器比较陈旧,是1.2GHzAthlon/XP的服务器。
Because my workstation has an AMD Athlon XP processor in it, I can use this handy-march = athlon-xp switch in gcc3. x to automatically turn on the processor-specific optimizations such as SSE. 由于我的工作站中有一个AMDAthlonXP处理器,所以我可以使用gcc3.x中的这个便捷-march=athlon-xp开关来自动开启处理器特定优化,比如SSE。
Being a bit of a power user, I like to be able to tell programs to make maximum use of my Athlon XP processor; I am able to do this at compile time. 作为一个具有一定能力的用户,我希望能够将程序对我的AthlonXP处理器的使用发挥到极致;我可以在编译时完成这一任务。