Legal Information
INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY THIS DOCUMENT....
View ArticleDiagnostic 15033: loop was not vectorized: modifying order of operation not...
Cause:A summation operation or reduction can be vectorized by breaking it up into a separate partial sum for each vector lane, and then adding together the partial sums at the end. Because this changes...
View ArticleDiagnostic 15015: loop was not vectorized: unsupported data type (Fortran)
Cause:The vectorizer does not support certain data types because there is no corresponding SIMD instruction. For example, the compiler supports REAL(16) arithmetic (quad precision) through a software...
View ArticleDiagnostic 15018: loop was not vectorized: not inner loop
Diagnostic 15018: loop was not vectorized: not inner loop Cause: In nested loop structures, the innermost loop is the one targeted for vectorization. The outer loop, by default, is not a target for...
View ArticleUsing the Beacon Mountain Toolset and NDK for Native App Development
Download as PDFDownload Source CodeSummary: The goal of this project is to demonstrate how easy it is to build native Android apps with the Beacon Mountain toolset and Intel NDK. We will do this by...
View ArticleUnderstanding Gather-Scatter instructions and the -gather-scatter-unroll...
Gather-Scatter instructions may not be the optimal choice of instructions when you are trying to achieve superior performance on the Intel® Xeon Phi™ coprocessor. However, if your code uses indirect...
View Article_vectorcall and __regcall demystified
The motivation to have the new vectorcall calling convention is to make use of as many registers as possible to pass function arguments rather than pushing the function arguments to stack and reading...
View ArticleCreate, Build, and Debug OpenCL code with Intel SDK for OpenCL Applications
Join us for this second part of the OpenCL and Intel Graphics Webinar Series. In the November 6 webinar we are covering how to right efficient code for Intel Graphics. In this webinar you will learn...
View ArticleIntel System Studio 2014 for Linux* - Detailed Overview
What's NewBroader Host and Target OS coverageNew Tizen* IVINew Yocto Project* 1.5New Windows* Host development for Linux*-based TargetsEnhanced Eclipse integration & cross-buildAutomated Eclipse*...
View ArticleMigrate Android* Phone Apps to Tablets
IntroductionOne of the problems that has occurred over the last few years of rapid mobile device proliferation is because smartphones came out before tablets, developers designed applications for...
View ArticleMulti-Layer Alpha Blending
Multi-Layer Alpha BlendingBy Marco Salvi and Karthik VaidyanathanIntel CorporationWe introduce multi-layer alpha blending, a novel solution to real- time order-independent transparency that operates in...
View ArticleReal-Time CPU Based H.265/HEVC Encoding Solution with Intel® Platform...
Real-Time CPU Based H.265/HEVC Encoding Solution with Intel® Platform Technology AbstractInternational Telecommunication Union (ITU) announced the new video codec standard: High Efficiency Video Coding...
View ArticleGameplay: Touch controls for your favorite games
Download ArticleDownload Gameplay: Touch controls for your favorite games [PDF 703KB]GestureWorks Gameplay is a revolutionary new way of interacting with popular PC games. Gameplay software for Windows...
View ArticleStatic linking with -mkl, -ipp or -tbb may give unresolved references
Reference Number : dpd200252274Version : Intel® C++ Compiler and Intel® Fortran Compiler versions 13.0.1, 13.1.any, 14.0.0 and 14.0.1Operating System : Linux*, OS X*Problem Description : When an...
View ArticleIntegrating APIs with XDK - World Weather Online Sample App
The source code for this sample can be found here: https://github.com/gomobile/sample-masheryworldweatheronline or download the Intel(R) XDK to check out all the HTML5 Samples.This is a simple...
View ArticleA Framework for Low-Communication 1-D FFT
Authors: Ping Tak Peter Tang, Jongsoo Park, Daehyun Kim, Vladimir Petrov - Intel CorporationThis was selected as a best paper finalist during the Supercomputing 2012 conference and discusses...
View ArticleIntel AIC 2013: 9 Prize Winners
The Intel App Innovation Contest has officially wrapped up producing some great new apps, and of course developers winning prizes! The culmination of hundreds of developers competing from our four...
View ArticleFast Panorama Stitching
Download paper as PDFIntroductionTaking panoramic pictures has become a common scenario and is included in most smartphones’ and tablets’ native camera applications. Panorama stitching applications...
View ArticleDevelop HTML5 chart applications for Android and Win8 devices
AbstractPresenting charts is one of the key components in business applications, and many of customers trend to use them in mobile devices. Therefore, how to make the charts application keep same...
View ArticleDive in to Your Screen with the New Water Drop Live Wallpaper for Android*...
Download Solutions BriefWater Drop simulates water’s ripple effect over custom photo screens.Across cultures, water symbolizes purification and renewal. Now, with the Water Drop Live Wallpaper app...
View Article