]> granicus.if.org Git - libvpx/commit
Fix avx builds on macosx with clang 5.0.
authorTom Finegan <tomfinegan@google.com>
Wed, 9 Apr 2014 01:32:19 +0000 (18:32 -0700)
committerTom Finegan <tomfinegan@google.com>
Wed, 9 Apr 2014 01:56:03 +0000 (18:56 -0700)
commitf600b50a6e42ac77bd35916d0a8e5113e7841216
tree9742b3e5ddfec1afda0a6f3f6a795d39459098c5
parent9893fb98597679b2cacb31c710ecf3dfc53e59b4
Fix avx builds on macosx with clang 5.0.

The macosx release of clang v5.0 identifies itself as:
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)

This version of clang uses the older _mm_broadcastsi128_si256, like
v3.3, as given away in the LLVM svn version above.

Change-Id: I4d6d59d5454efd57d2ae9e75f5eb7486af7cbd0c
vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c