Skip to content

Commit

Permalink
Merge pull request #168 into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanway-ilm committed Jul 26, 2016
2 parents 7513fd8 + 51073d1 commit 44d0776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenEXR/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ AC_COMPILE_IFELSE(
__asm__(
"xgetbv \n"
"vzeroupper "
: "=a"(eax), "=d"(edx) : "c"(n) : );
: "=a"(eax), "=d"(edx) : "c"(n));
#else
#error No GCC style inline asm supported for AVX instructions
#endif
Expand Down

0 comments on commit 44d0776

Please sign in to comment.