icc
g++ and boost linker error on Ubuntu oneiric
I am getting the following errors after an upgrade.I cannot figure what is wrong with 开发者_如何学JAVAit.It should work as far as I can see.[详细]
2023-04-12 19:20 分类:问答Type Traits - Explicit template specialization. fails on xcode
I\'m trying to use type traits like in \"Modern C++ Design\" using a template to determine if a type has a variable size or not. e.g. a string requires variable size storage, an int has fixed-size sto[详细]
2023-04-12 00:49 分类:问答Combining the 'using' directive with partial overloading: gcc feature or intel bug?
I wish to use a set of libraries written in C++ with the Intel compilers. I\'ve attached sample code which demonstrates the problem. There are many places in the libraries where they make use of combi[详细]
2023-04-10 05:36 分类:问答STLPort, Intel compilers, build errors (though app runs fine!)
Compiling my project against STLPort I get some weird build errors.Weird, because the project runs just fine (and 20-30% faster) though you\'d think the build errors would be fatal.[详细]
2023-04-06 08:29 分类:问答Intel C/C++ linker using MinGW library
Can Intel linker on Windows use a static library compiled by MinGW? Are they binary compatible? On Wikipedia and in one \"White paper\", they say on Linux yes, but what about Window开发者_Go百科s and[详细]
2023-04-05 06:02 分类:问答Eclipse CDT + ICC compiler
Is it possible to use Intel C++ compiler (icc) in Eclipse (开发者_如何转开发CDT) on Windows? How?For what I could read in this forum \"no such integration is currently[详细]
2023-04-02 01:52 分类:问答How can I get C++11 library support with the Intel compiler on Mac OSX?
I want to port a fairly large and still-growing C++ applic开发者_如何学运维ation from PC to Mac, and continue to support development in parallel on both platforms.On the PC we\'re using MSVC2010, and[详细]
2023-03-30 23:51 分类:问答OpenMP bug with Intel Compiler?
The following piece code #pragma omp parallel printf(\"%f\", 1.0f); produces the a \"Floating point exception\". Has anyone encountered anything like that?[详细]
2023-03-30 17:10 分类:问答intel parallel studio 2011 on visual studio 2010
Do you know where I can fin good tutorials for beginners about intel parall开发者_StackOverflowel studio 2011 on visual studio 2010?[详细]
2023-03-20 05:21 分类:问答How do you get the ICC compiler to generate SSE instructions within an inner loop?
I have an inner loop such as this for(i=0 ;i<n;i++){ x[0] += A[i] * z[0]; x[1] += A[i] * z[1]; x[2] += A[i] * 开发者_StackOverflow社区z[2];[详细]
2023-03-18 10:49 分类:问答