elkpi / libyuv

Automatically exported from code.google.com/p/libyuv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scale_win.cc::ScaleAddRow_AVX2 is missing HAS_SCALEADDROW_AVX2 protection

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. build under vs9
2.
3.

What is the expected output? What do you see instead?
vs9 won't recognize ymm; the other 2 _AVX2 functions are correctly protected.


What version of the product are you using? On what operating system?
Version: 1454


Please provide any additional information below.
patch attached.

Original issue reported on code.google.com by jz...@google.com on 30 Jul 2015 at 12:17

Attachments:

Original comment by fbarch...@google.com on 31 Jul 2015 at 8:36

  • Changed state: Accepted
fixed in r1456

Original comment by fbarch...@chromium.org on 3 Aug 2015 at 6:02

  • Changed state: Fixed