Diagnostic 3509: "into_extent" modifier is needed for this clause
Diagnostic message: "into_extent" modifier is needed for this clauseThank you for your interest in this diagnostic message. We are still in the process of documenting this specific diagnostic.Please...
View ArticleDiagnostic 3493: attribute is ignored for thread_local variables
Diagnostic message: attribute is ignored for thread_local variablesThank you for your interest in this diagnostic message. We are still in the process of documenting this specific diagnostic.Please...
View ArticleDiagnostic 3477: a literal operator cannot have extern "C" name linkage
Diagnostic message: a literal operator cannot have extern "C" name linkageThank you for your interest in this diagnostic message. We are still in the process of documenting this specific...
View ArticleDiagnostic 3461: attribute "xxxx" does not apply to handler parameters
Diagnostic message: attribute "xxxx" does not apply to handler parametersThank you for your interest in this diagnostic message. We are still in the process of documenting this specific...
View ArticleDiagnostic 3445: bigendian attribute is not supported for volatile floating...
Diagnostic message: bigendian attribute is not supported for volatile floating pointThank you for your interest in this diagnostic message. We are still in the process of documenting this specific...
View ArticleDiagnostic 13042: Conflicting values seen for opt-report filename during IPO...
Diagnostic message: Conflicting values seen for opt-report filename during IPO compilation. Previous value = 'xxxx'. New value = 'xxxx'.Thank you for your interest in this diagnostic message. We are...
View Articlecompiled SSE code slower than MSVC
I have a source file with 99% SSE2/SSE3/SSE4.1 intrinsics. I've compared execution time between Intel Compiler V15 and MSVC12, with Intel the code takes ~190ms, while with MSVC(2013) it just takes...
View ArticleDiagnostic 3457: conversion from a string literal to "char *" is deprecated
Diagnostic message: conversion from a string literal to "char *" is deprecatedThank you for your interest in this diagnostic message. We are still in the process of documenting this specific...
View ArticleDiagnostic 3441: a class marked shared may not have a base class whose size...
Diagnostic message: a class marked shared may not have a base class whose size is not a multiple of 8Thank you for your interest in this diagnostic message. We are still in the process of documenting...
View ArticleLinker errors
Guys, I'm working now with Unreal Engine 4, and source code compiles perfectly!!! with Visual Studio compiler (cl.exe).The same source code couldn't compile with your newest intel c++.There were 2...
View Article__assume_aligned(x) in a for loop
# define MY_ALIGNED_MEMORY_ALIGN sizeof(__m256) /* _mm_malloc align [bytes] */ # define MY_ASSUME_ALIGNED(x) __assume_aligned((x),MY_ALIGNED_MEMORY_ALIGN) for(auto& i1:packets) {...
View Articleis it legal "__assume_aligned((NULL),MY_ALIGNED_MEMORY_ALIGN)"
Is it legal "__assume_aligned((NULL),MY_ALIGNED_MEMORY_ALIGN)" when "MY_ALIGNED_MEMORY_ALIGN" is "sizeof(__m256)"?I have various configurations on program startup, when user can choose using...
View ArticleCompiler vectorize std::vector but not C vector
Hi, I have tested the compiler regarding vectorization and I get the following weird problem. In the following codedouble test80_c(double* x, double* y, int n, int nb_loops) { double sum{ 0.0 }; double...
View ArticleAVX intrinsic _mm_permute_ps and instruction VPERMILPS documentation issues
In the User and Reference Guide for the Intel® C++ Compiler 15.0, the "Intrinsics for Permute Operations" section (https://software.intel.com/en-us/node/524157), the _mm_permute_ps intrinsic is missing...
View ArticleMissing several Intrinsics for Miscellaneous Operations in User and Reference...
In the User and Reference Guide for the Intel® C++ Compiler 15.0, the "Intrinsics for Miscellaneous Operations" (https://software.intel.com/en-us/node/524118) is missing the following...
View ArticleDaSOFi ;D
Hi there, my Friends! :)Now, i'd like to introduce an one trifle to keep stack safe + it has minor penalty on...
View ArticleUsing compilervars File
Before you invoke the compiler component of the Intel® Integrated Native Developer Experience (Intel® INDE) you must set certain environment variables that define the location of compiler-related...
View ArticleTarget Platform Build Instructions
Parent topic: User and Reference Guides for the Intel® C++ Compiler 15.0 for Intel® Integrated Native Developer Experience 2015Using compilervars FileAndroid* PlatformWindows* PlatformSprache Englisch
View ArticleMicrosoft* Visual Studio* IDE: vs-android Enabling for Android* Targets
This topic applies to C++ Windows* OS only.You can use Microsoft* Visual Studio* IDE to build Android C/C++ applications only if you integrate the IDE with a third-party plugin called vs-android. The...
View ArticleIDE Integration
This section contains topics on how to integrate/enable IDEs on different platforms for application development.Parent topic: User and Reference Guides for the Intel® C++ Compiler 15.0 for Intel®...
View Article