Composer XE 2015 Update 3?
When I follow a link for the release notes for Composer XE 2015, there is an entry for Update 3. Reading the notes there is a date of April 9th in the document. However, there doesn't seem to be an...
View ArticleGetting xilink: : error #10014 on a large VS Solution with /fast
I'm trying to get a very large Visual Studio 2013 solution to compile (100+ big projects). All of the projects are being compiled with the /fast flag. After waiting around 20-30 minutes for the...
View ArticleConverting Mixed C/Fortran from MSV2008 to MSV2012, C2065 errors
I'm in process of converting from Microsoft Visual Studio 2008 to MSV2012 for my mixed code, C and FORTRAN application. The code compiles and executes perfectly for MSV2008 but I receive many, many...
View ArticleIntel® Parallel Studio XE 2015 Update 3 Composer Edition for C++ Windows*
Intel® Parallel Studio XE 2015 Update 3 Composer Edition for C++ Windows* includes the latest Intel C/C++ compilers and performance libraries for IA-32 and Intel® 64 architecture systems. This new...
View ArticleIntel® Parallel Studio XE 2015 Update 3 Composer Edition for Windows*
Intel® Parallel Studio XE 2015 Update 3 Composer Edition for Windows* includes Intel's latest Fortran and C/C++ compilers and performance libraries for IA-32 and Intel® 64 architecture systems. This...
View Articlebug with variadic template-template parameters
This code works with gcc and clang but doesn't compile with icc 2016 with std=c++14#include <vector> #include <iostream> template<template<class...> class Cont, class... Params>...
View Articleicc bug with nested parameter packs
The below code compiles fine with gcc and clang but gives this error with icc 2016:main.cpp(11): error: parameter pack "IX2" was referenced but not expanded KA(const A<IX2>&... ax) {...
View Articleicc -mmic: Error: `xxx' is not supported on `k1om'
I compile a app with "icc -mmic", and it needs openssl library. So I compile ssl with "icc -mmic", then faild. Maybe it's the problem with perl? I don't know how to do with it, any advise?...
View ArticleGame Companies Speed Up Development with Intel® Sample Code
Download PDFAll game developers from indie to lifetime professional will, at some point, benefit from code that someone else wrote. Whether it is to understand a new feature, fix a previously...
View ArticleInitialized Lambda Capture
According to https://software.intel.com/en-us/articles/c14-features-supported-by-inte... ICC15 should support initialized lambda captures. Yet code like this *this = make([f, theLocalData =...
View ArticleVADDSSL instruction?
Dear Intel developers,I'm using intel 15 on E5-2670 processor. Analyzing my code by using Vtune, in a particolar line when I unpack a m128 type in order to sum in a single floating point each elements...
View ArticleIntel® Parallel Studio XE 2015 Update 3 Professional Edition for Windows*
Intel® Parallel Studio XE 2015 Update 3 Professional Edition parallel software development suite combines Intel's C/C++ compiler and Fortran compiler; performance and parallel libraries; error...
View ArticleIntel® Parallel Studio XE 2015 Update 3 Professional Edition for C++ Linux*
Intel® Parallel Studio XE 2015 Update 3 Professional Edition for C++ parallel software development suite combines Intel's C/C++ compiler; performance and parallel libraries; error checking, code...
View ArticleIntel® Parallel Studio XE 2015 Update 3 Professional Edition for C++ Windows*
Intel® Parallel Studio XE 2015 Update 3 Professional Edition for C++ parallel software development suite combines Intel's C/C++ compiler; performance and parallel libraries; error checking, code...
View ArticleCompatibility with GCC 5.1.0
When I attempt to compile any source file with icpc that includes the complex header (#include <complex>) using GCC 5.1.0 (-gxx-name=/opt/gcc/5.1.0/bin/g++) with -std=c++11 I get several...
View ArticleFatal problem in linker 15.0.2 on OSX
Hi, I have a fatal error here - basically I can only compile in release mode with "-ipo" enabled on OSX. Otherwise (debug mode, no ipo...) the linker ends up with this:0 0x10fd80b51 __assert_rtn +...
View ArticleSwitching back to vc++: Cannot get rid of /fast option
I've been experimenting with the Intel compiler for the past few weeks, and decided to go back to the VC++ compiler. I right clicked on the solution and selected "use vc++" compiler. Tried to build,...
View ArticleFATAL ERROR - ICC generates dysfunctional code on OSX 32-bit (plus ICC...
I use ICC on Windows and OSX. On Windows everything is fine. On OSX my project (release version) compiles just fine on 64-bit architecture. But on 32-bit it creates a malfunctioning code that crashes...
View ArticleBeginner choice
I'm learning WinAPI and like to play around with C++ for it. Does the compiler really matters to this kind of task? What Intel's compiler can do beyond MS C++? What is it for, exactly? I also want to...
View ArticleMemory allocation optimised away
Hi,I am working on the design of my own numerical library (with il::Vector, il::StaticVector, il::Matrix, il::StaticMatrix) with some improvements over the STL (indices are signed,...
View Article