Changeset 771 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder
- Timestamp:
- 6 May 2014, 22:53:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r765 r771 4426 4426 }; 4427 4427 4428 #if CGS_GCC_NO_VECTORIZATION 4429 #ifdef __GNUC__ 4430 #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) 4431 #if GCC_VERSION > 40600 4432 __attribute__((optimize("no-tree-vectorize"))) 4433 #endif 4434 #endif 4435 #endif 4428 4436 Void TEncGOP::filterImg( 4429 4437 Pel *src,
Note: See TracChangeset for help on using the changeset viewer.