katepanping / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

ios 64 bit build errors #437

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
../../source/row_neon64.cc:456:17: note: use constraint modifier "w"
    "subs       %4, %4, #8                     \n"
                ^~
                %w4

../../util/psnr.cc:90:17: note: use constraint modifier "w"
    "subs       %2, %2, #16                    \n"
                ^~
                %w2
../../source/compare_neon64.cc:35:17: note: use constraint modifier "w"
    "subs       %2, %2, #16                    \n"
                ^~
                %w2

../../source/scale_neon64.cc:77:21: note: use constraint modifier "w"
    "subs       %3, %3, #16                    \n"  // 16 processed per loop
                    ^~
                    %w3

Original issue reported on code.google.com by fbarch...@google.com on 4 May 2015 at 6:46

GoogleCodeExporter commented 9 years ago

Original comment by fbarch...@google.com on 5 May 2015 at 7:03

GoogleCodeExporter commented 9 years ago
updated chromium deps/xcode cause 64 bit build errors for int's passed into 
assembly.

Original comment by fbarch...@google.com on 5 May 2015 at 6:47

GoogleCodeExporter commented 9 years ago
fixed in r1404

Original comment by fbarch...@google.com on 6 May 2015 at 2:35