On Tue, Mar 05, 2013 at 11:59:44AM +0200, Martin Storsjö wrote:
> On Tue, 5 Mar 2013, Diego Biurrun wrote:
> >--- a/configure
> >+++ b/configure
> >@@ -3317,9 +3317,8 @@ elif enabled sparc; then
> >
> >elif enabled x86; then
> >
> >-    check_code ld intrin.h "__rdtsc()" && enable rdtsc
> >-
> >-    check_code ld mmintrin.h "_mm_empty()" && enable mm_empty
> >+    check_builtin rdtsc    intrin.h   "__rdtsc()"
> >+    check_builtin mm_empty mmintrin.h "_mm_empty()"
> 
> Both patches LGTM, and tested that they don't change config.h on
> MSVC (which uses these builtins).

Thanks for testing that; will push in a few.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to