Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 diff -rupN ./src/modules/bluetooth/sbc/sbc_primitives_mmx.h ../pulseaudio-1.1-pa tched/src/modules/bluetooth/sbc/sbc_primitives_mmx.h | |
| 2 --- ./src/modules/bluetooth/sbc/sbc_primitives_mmx.h 2011-10-20 16:54:16.0000 00000 +0400 | |
| 3 +++ ../pulseaudio-1.1-patched/src/modules/bluetooth/sbc/sbc_primitives_mmx.h 2014-01-29 22:02:02.719074161 +0400 | |
| 4 @@ -30,7 +30,8 @@ | |
| 5 #include "sbc_primitives.h" | |
| 6 | |
| 7 #if defined(__GNUC__) && (defined(__i386__) || defined(__amd64__)) && \ | |
|
Alexander Potapenko
2014/01/30 08:47:39
Can you please add comments to the patched lines s
| |
| 8 - !defined(SBC_HIGH_PRECISION) && (SCALE_OUT_BITS == 15) | |
| 9 + !defined(SBC_HIGH_PRECISION) && (SCALE_OUT_BITS == 15) && \ | |
| 10 + !defined(__clang__) | |
| 11 | |
| 12 #define SBC_BUILD_WITH_MMX_SUPPORT | |
| 13 | |
| OLD | NEW |