My program have include a lot of loop with memory access. Now I use optimization that is O2 Maximize Speed. But should I use O3 Highest optimization instead. Also what else can I do adjustments
↧
How should I do optimizations that speed and memory access cycles associated with Intel C++ compiler
↧