DocumentationOverviewBuilding ASL Documentation Library Wiki Docs Indices Browse Perforce More InfoRelease NotesWiki Site Search License Success Stories Contributors MediaDownloadPerforce Depots SupportASL SourceForge HomeMailing Lists Discussion Forums Report Bugs Suggest Features Contribute to ASL RSSShort-text newsFull-text news File releases Other Adobe ProjectsAdobe AirAdobe GIL Adobe Labs Adobe Media Gallery Adobe XMP Tamarin project (Mozilla Foundation) Other ResourcesBoostRIAForge SGI STL |
dng_fast_module.hGo to the documentation of this file.00001 /*****************************************************************************/ 00002 // Copyright 2006-2007 Adobe Systems Incorporated 00003 // All Rights Reserved. 00004 // 00005 // NOTICE: Adobe permits you to use, modify, and distribute this file in 00006 // accordance with the terms of the Adobe license agreement accompanying it. 00007 /*****************************************************************************/ 00008 00009 /* $Id: //mondo/workarea/stern/camera_raw/dng_sdk/source/dng_fast_module.h#6 $ */ 00010 /* $DateTime: 2007/12/06 06:43:06 $ */ 00011 /* $Change: 403937 $ */ 00012 /* $Author: stern $ */ 00013 00020 /*****************************************************************************/ 00021 00022 // Include this file in modules that contain routines that should be as fast 00023 // as possible, even at the expense of slight code size increases. 00024 00025 /*****************************************************************************/ 00026 00027 #ifdef _MSC_VER 00028 #pragma optimize ("t", on) 00029 #endif 00030 00031 /*****************************************************************************/ |