mudlord
Banned
Hi there everyone
.
As some of you (or probably even most of you) know, I've been working on Hacktarux's Glide wrapper. Quite recently, I did some performance optimizations in regards to texture generation and deletion, and for some people, they make quite a speed difference and they seem also to be pretty rock solid and stable.
Because of this, I've decided to start releasing my WIP builds, recompiled with Intel's C/C++ compiler. I've previously been using Microsoft Visual C++ 6 SP5 with the Processor Pack, and judging from other people's reations, Intel's C++ compiler generates faster code (and Gonetz uses ICC for his builds).
Essentially, I am wondering IF there is a way to optimize code generation, using ICC, for AMD CPU's, and which compiler settings, parameters or anything else that is needed to make sure that Intel's compiler offers the same benefits to AMD CPU's as it currently does to Intel ones. Because, judging from the reports I have read, about the compiler set, AMD CPUs can be disadvantaged, in that there can be stability and performance problems, from optimizations used for Intel CPU's.
Thank you all for your time.
EDIT: I am currently using version 9.0 of the Intel compiler set (not 9.1)
As some of you (or probably even most of you) know, I've been working on Hacktarux's Glide wrapper. Quite recently, I did some performance optimizations in regards to texture generation and deletion, and for some people, they make quite a speed difference and they seem also to be pretty rock solid and stable.
Because of this, I've decided to start releasing my WIP builds, recompiled with Intel's C/C++ compiler. I've previously been using Microsoft Visual C++ 6 SP5 with the Processor Pack, and judging from other people's reations, Intel's C++ compiler generates faster code (and Gonetz uses ICC for his builds).
Essentially, I am wondering IF there is a way to optimize code generation, using ICC, for AMD CPU's, and which compiler settings, parameters or anything else that is needed to make sure that Intel's compiler offers the same benefits to AMD CPU's as it currently does to Intel ones. Because, judging from the reports I have read, about the compiler set, AMD CPUs can be disadvantaged, in that there can be stability and performance problems, from optimizations used for Intel CPU's.
Thank you all for your time.
EDIT: I am currently using version 9.0 of the Intel compiler set (not 9.1)
Last edited: