mathops/x86: work around inline asm miscompilation with GCC 4.8.1
authorHendrik Leppkes <h.leppkes@gmail.com>
Sat, 15 Jun 2013 20:46:01 +0000 (22:46 +0200)
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>
Sun, 15 Sep 2013 15:15:07 +0000 (11:15 -0400)
commita06a5b78e2c3bd2e12aff0627a3b65c6fee555a5
tree0151fdb752b10a0e6a5de226bd5e95310c1590dc
parent9997a812e76955b16f3a65bfe6bb6cab87e0ee56
mathops/x86: work around inline asm miscompilation with GCC 4.8.1

The volatile is not required here, and prevents a miscompilation with GCC
4.8.1 when building on x86 with --cpu=i686

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
libavcodec/x86/mathops.h