xiph / theora

Reference implementation of the Theora video compression format.
https://theora.org/
Other
98 stars 66 forks source link

Remove wrong asm constraint modifier #7

Closed UniQP closed 4 years ago

UniQP commented 6 years ago

From gcc documentation:

Thus, ‘+’ and ‘%’ cannot be used at the same time.

tterribe commented 6 years ago

It would be nice to note in the commit message that the restriction to read-only operands was added in gcc 5.1.

UniQP commented 6 years ago

I adapted the commit message accordingly.

rillian commented 4 years ago

Thanks for the patch. I've merged this in f370e39e08f655ed5ca4de5d2ab4e4b7aafea795.