| Index: third_party/libjpeg_turbo/simd/jsimdext.inc
|
| ===================================================================
|
| --- third_party/libjpeg_turbo/simd/jsimdext.inc (revision 73737)
|
| +++ third_party/libjpeg_turbo/simd/jsimdext.inc (working copy)
|
| @@ -369,4 +369,14 @@
|
| ;
|
| %include "jsimdcfg.inc"
|
|
|
| +; Begin chromium edits
|
| +%ifdef MACHO ; ----(nasm -fmacho -DMACHO ...)--------
|
| +%define PRIVATE :private_extern
|
| +%elifdef ELF ; ----(nasm -felf[64] -DELF ...)------------
|
| +%define PRIVATE :hidden
|
| +%else
|
| +%define PRIVATE
|
| +%endif
|
| +; End chromium edits
|
| +
|
| ; --------------------------------------------------------------------------
|
|
|