cosmetics:

* remove MIPS32 suffix from static function names
* fix a long line in enc_neon.c

Change-Id: Ia1294ae46f471b3eb1e9ba43c6aa1b29a7aeb447
This commit is contained in:
Pascal Massimino
2014-04-16 00:12:34 -07:00
committed by James Zern
parent 953b074677
commit fe9317c9bf
5 changed files with 85 additions and 86 deletions

View File

@ -878,7 +878,8 @@ static int SSE4x4(const uint8_t* a, const uint8_t* b) {
//------------------------------------------------------------------------------
// Compilation with gcc-4.6.x is problematic for now. Disable this function then.
// Compilation with gcc-4.6.x is problematic for now. Disable this function
// in this case.
#if (__GNUC__ <= 4 && __GNUC_MINOR__ < 8)
#define SKIP_QUANTIZE
#endif