1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- ////////////////////////////////////////////////////////////////////////////////////////
- /// \file
- /// \brief GIL configuration file
- /// \author Lubomir Bourdev and Hailin Jin \n
- /// Adobe Systems Incorporated
- ///
- ////////////////////////////////////////////////////////////////////////////////////////
- // Enable GIL_NONWORD_POINTER_ALIGNMENT_SUPPORTED if your platform supports dereferencing on non-word memory boundary.
- // Enabling the flag results in performance improvement
-
|