Diagnostic 3481: invalid integer parameter type ("type") for literal...
Diagnostic message: invalid integer parameter type ("type") for literal operator; expected char, wchar_t, char16_t, char32_t, or unsigned long longThank you for your interest in this diagnostic...
View ArticleDiagnostic 3465: invalid qualifier for "type" (a derived class is not allowed...
Diagnostic message: invalid qualifier for "type" (a derived class is not allowed here)Thank you for your interest in this diagnostic message. We are still in the process of documenting this specific...
View ArticleDiagnostic 3449: operation only supported with simd operands that have...
Diagnostic message: operation only supported with simd operands that have floating-point typesThank you for your interest in this diagnostic message. We are still in the process of documenting this...
View ArticleDiagnostic 3433: cannot cancel a worksharing construct with a nowait clause
Diagnostic message: cannot cancel a worksharing construct with a nowait clauseThank you for your interest in this diagnostic message. We are still in the process of documenting this specific...
View ArticleAVX intrinsics _mm256_cvtps_epi32 and _mm256_cvtps_pd mislabeled
In theĀ User and Reference Guide for the IntelĀ® C++ Compiler 15.0, the "Intrinsics for Conversion Operations" section has two intrinsics that are mislabeled:Ā _mm256_cvtps_epi32Ā is listed as...
View ArticleDiagnostic 3575: an attribute argument cannot use generic type parameters
Diagnostic message: an attribute argument cannot use generic type parametersThank you for your interest in this diagnostic message. We are still in the process of documenting this specific...
View ArticleDiagnostic 3559: static initialization with an address value requires a...
Diagnostic message: static initialization with an address value requires a destination of the same size as the addressThank you for your interest in this diagnostic message. We are still in the...
View ArticleDiagnostic 3543: cannot deduce the return type of entity-kind "entity"...
Diagnostic message: cannot deduce the return type of entity-kind "entity" (declared at line xxxx); it has not been definedThank you for your interest in this diagnostic message. We are still in the...
View ArticleDiagnostic 3527: absolute file name used in __has_include_next
Diagnostic message: absolute file name used in __has_include_nextThank you for your interest in this diagnostic message. We are still in the process of documenting this specific diagnostic.Please let...
View ArticleDiagnostic 3511: multiversion target not recognized
Diagnostic message: multiversion target not recognizedThank you for your interest in this diagnostic message. We are still in the process of documenting this specific diagnostic.Please let us know of...
View ArticleDiagnostic 3495: rvalue references are a C++11 feature
Diagnostic message: rvalue references are a C++11 featureThank you for your interest in this diagnostic message. We are still in the process of documenting this specific diagnostic.Please let us know...
View ArticleDiagnostic 3479: too many parameters for this literal operator
Diagnostic message: too many parameters for this literal operatorThank you for your interest in this diagnostic message. We are still in the process of documenting this specific diagnostic.Please let...
View ArticleDiagnostic 3463: alignas does not apply here
Diagnostic message: alignas does not apply hereThank you for your interest in this diagnostic message. We are still in the process of documenting this specific diagnostic.Please let us know of your...
View ArticleDiagnostic 3447: parallel_loop pragma is not followed by a parallel loop
Diagnostic message: parallel_loop pragma is not followed by a parallel loopThank you for your interest in this diagnostic message. We are still in the process of documenting this specific...
View ArticleDiagnostic 3431: cancel xxxx must be closely nested in a xxxx region
Diagnostic message: cancel xxxx must be closely nested in a xxxx regionThank you for your interest in this diagnostic message. We are still in the process of documenting this specific...
View ArticleBad performance in templated function
I have the following templated function:template<int dim> void advecu(double * restrict ut, double * restrict u, double * restrict v, double * restrict w, double * restrict dzi4) { // Here comes...
View ArticleUpgraded Intel C++ Compiler is not detected by Visual Studio 10
Today I downloaded and installed Intel C++ Parallel Studio XE 2013 SP 1 Update 3 for Windows and Intel C++ Composer XE 2013 SP1 Update 4 for Windows, replacing the old installations. No problems were...
View ArticleDiagnostic 3557: shuffle mask (type "type") is not a vector of integers
Diagnostic message: shuffle mask (type "type") is not a vector of integersThank you for your interest in this diagnostic message. We are still in the process of documenting this specific...
View ArticleDiagnostic 3541: cannot deduce "decltype(auto)" type
Diagnostic message: cannot deduce "decltype(auto)" typeThank you for your interest in this diagnostic message. We are still in the process of documenting this specific diagnostic.Please let us know of...
View ArticleDiagnostic 3525: the argument to a feature-test macro must be a simple...
Diagnostic message: the argument to a feature-test macro must be a simple identifierThank you for your interest in this diagnostic message. We are still in the process of documenting this specific...
View Article