搜索资源列表
SIMDTest
- 演示奔腾4处理器的SIMD汇编指令编程(包括MMX,SSE,SSE2)进行图形图像处理-demonstration Pentium 4 processor SIMD instructions compilation programming (including MMX, SSE, SSE2), Graphics and Image Processing
libSIMDx86-devel-src-0.3.2a
- SIMD 指令优化。 包含样例和测试代码。-SIMD optimization. Includes sample and test code.
jpegsrc-6b-simd-mmx-sse
- 这是非常好的使用MMX,SSE2等SIMD的JPEG的解压缩源码,速度是用C语言的1/4,非常的快。-It is a very good use of MMX, SSE2 SIMD, such as the JPEG compression solutions source, Speed is the C Language 1 / 4, very fast.
binxingsuanfa
- 自20世纪70年代初到现在,并行计算机的发展已有20多年的历史.在此期间,出现了各种不同类型的并行机,包括历史上曾经风行一时的并行向量机PVP(Parallel Vector Processor)和SIMD 计算机,但它们现在均已衰落了下来
VectorAdd
- 一个简单的基于CUDA的示例代码,使用SIMD的方法实现向量加法;运行在nVidia的G80系列显卡的GPGPU上;需要nVidia CUDA SDK,169以上版本的驱动。对于学习CUDA很有帮助。
simd-viterbi-1.0
- Viterbi编码解码算法,C源码,有仿真。
intel sse4 programming reference
- 本文档介绍了Intel SSE4 CHAPTER 1 STREAMING SIMD EXTENSIONS 4 CHAPTER 2 SSE4 FEATURES CHAPTER 3 APPLICATION PROGRAMMING MODEL CHAPTER 4 SYSTEM PROGRAMMING MODEL
AVX Cloth
- AVX Cloth is a tech sample that demonstrates use of 8 wide floating point SIMD processing with 256 bit AVX. The sample has many active cloth pieces simulating as it showcases a SOA implementation of an iterative position projection (distance constrai
SOA Cloth Simulation with 256-bit Intel Advanced Vector Extensions (Intel AVX)
- This article describes a code sample that uses the Intel® Advanced Vector Extensions (Intel® AVX) for computing mesh-based cloth simulation. A structure of arrays (SOA) implementation is used to maximize data parallelism enabling the usage of 256-bit
EdgeDetect
- 边缘检测算法,不仅提供最初级的方法,并且包括采用SIMD的优化方法.-Edge detection algorithm, not only provide the most basic ways, and including the use of SIMD optimization method.
DCT_001.pdf
- 基于SIMD的二维DCT算法快速计算。本文针对二维DCT变换,提出了和媒体指令相适应的数据结构和计算方法。最大限度利用媒体指令的运算能力,在软件设计时避免了数据相关性所带来的性能下降。-SIMD two-dimensional DCT-based fast calculation algorithm. In this paper, two-dimensional DCT transform, and the media put forward a directive to adapt the d
SIMD_Source
- 检查当前处理器可用的SIMD指令的类型,希望对各位有用-Detect the types of SIMD instructions available on the processor.
StreamingSIMDExtensions2Tutorial
- SIMD教程,初学者适用,主要介绍了SSE2的一些很生动的指令\用法\效果等等.-SIMD tutorial, beginners to apply, mainly introduced to some very lively and SSE2 instructions \ usage \ effects and so on.
SIMD
- SIMD指令函数包,对速度有要求的朋友赶快下,里面有FFT函数,比普通指令要快接近4倍。可用在GPS的数据密集运算中,可以达到实时运行。-SIMD instruction function, package, asked a friend of the speed quickly, the inside FFT function, than the average close to 4 times faster instruction. Can be used in GPS, data-inte
simd-viterbi-2.0.1
- 全面的维特比编码,m=7,data rate有1/2以及1/3两种,军实现通过-Viterbi decoding of rate-1/2 and rate-1/3 m=7 convolutional codes
SIMD
- 新的HASH算法,sha1等的替代算法之一。用于产生消息摘要,主要用于信息安全领域完整性认证。安全性更高,是现有消息摘要算法sha1、sha2、md5等的更新替代算法。-The new HASH method, sha1, etc. One alternative algorithms. Used to generate message digest is mainly used in the field of information security and integrity of cert
simd-viterbi-1.0
- 前向纠错 simd-viterbi-1.0 测试通过-FEC simd-viterbi-1.0 tested
SIMD
- 一些并行程序的例子,主要为SIMD编程,对学习SIMD编程的初学者很有帮助-Some examples of parallel programs, mainly for SIMD programming
Summation-2-D-MESH-SIMD
- Summation 2D Mesh SIMD with Elementary Parallel Algorithm
SIMD自动向量化编译优化概述_高伟
- SIMD 扩展部件是集成到通用处理器中的加速部件,旨在发掘多媒体程序和科学计算程序的数据级并 行.首先介绍 SIMD 扩展部件的背景和研究现状,然后从发掘方法、数据布局、多平台向量化这 3 个角度介绍了 SIMD 自动向量化的研究问题、困难和最新研究成果,最后展望了 SIMD 编译优化未来的研究方向. 关键词: SIMD 扩展部件;自动向量化;数据级并行;编译优化