mmx32.cpp

来自「该源码程序实现了intel MMX32位的底层驱动功能」· C++ 代码 · 共 26 行

CPP
26
字号
// MMX32.cpp : Defines the class behaviors for the application.
//

#include "stdafx.h"
#include "MMX32.h"
#include "MainFrm.h"


#ifdef _DEBUG
#define new DEBUG_NEW
#endif



/*
Written by: Alex Farber      alexf_1@hotmail.com


Using MMX for 32-bpp image transformations

Sources:
1. Intel Software manuals - http://developer.intel.com/design/archives/processors/mmx/index.htm

Volume 1: Basic Architecture
CHAPTER 8
PROGRAMMING WITH THE INTEL MMX

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?