搜索结果
找到约 12 项符合
SSE 的查询结果
按分类筛选
数据结构 经MMX, SSE 2优化后的MEMCPY,比VC中的MEMCPY快不少
经MMX, SSE 2优化后的MEMCPY,比VC中的MEMCPY快不少
软件设计/软件工程 amd 指令sse指令级,汇编代码开发必备文挡
amd 指令sse指令级,汇编代码开发必备文挡
压缩解压 这是一个JPEG解码器,里面使用了MMX,SSE等汇编指令集
这是一个JPEG解码器,里面使用了MMX,SSE等汇编指令集
汇编语言 CPU 多媒体指令(MMX、SSE等)应用实例
CPU 多媒体指令(MMX、SSE等)应用实例
单片机开发 Generating Fractals with SSE/SSE2 You probably have heard about fractals before. They are beautiful
Generating Fractals with SSE/SSE2
You probably have heard about fractals before. They are beautiful pictures such as the one shown above. Any fractal can be described using iterative formulas. So you can generate a fractal by evaluating these formulas and finding the color of each pixel. That is a l ...
汇编语言 可靠的UDP实现库,基于x86汇编实现,window xp/2000 mmx/sse指令集下验证通过
可靠的UDP实现库,基于x86汇编实现,window xp/2000 mmx/sse指令集下验证通过
压缩解压 这是一组DCT和iDCT的代码
这是一组DCT和iDCT的代码,都是基于x86构架汇编的或标准C的,有使用MMX、3Dnow或者SSE、SSE2,是陈氏算法的变种,可以参考Intel APP Notes 9
操作系统开发 Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most po
Bochs is a highly portable open source IA-32 (x86) PC emulator
written in C++, that runs on most popular platforms. It includes
emulation of the Intel x86 CPU, common I/O devices, and a custom
BIOS. Currently, Bochs can be compiled to emulate a 386, 486,
Pentium, Pentium Pro or AMD64 CPU, including ...
其他书籍 本书以新一代Pentium系列微处理器和MASM 6.1X为背景
本书以新一代Pentium系列微处理器和MASM 6.1X为背景,全面系统地叙述了16/32位PC汇编语言程序设计方法和最新知识与技术。全书共12章,分为三个层次:基本原理方法篇(第一~六章)介绍了Pentium工作方式和扩展技术,16/32位寄存器,存储寻址机制,指令寻址与指令系统,汇编语法与伪指令,顺序分支和循环程序设计,子程序 ...
Linux/Unix编程 1D/2D 向量计算封装
1D/2D 向量计算封装,特别经过SSE优化,能够提供与Intel IPP速度接近的向量计算,支持矩阵转置、矩阵加减乘除。精度支持单/双精度设置,需要SSE2以上指令支持。