Skip to content
Snippets Groups Projects
Commit a1878a88 authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Derek Buitenhuis
Browse files

vp3: don't use calls to inline asm in yasm code.


Mixing yasm and inline asm is a bad idea, since if either yasm or inline
asm is not supported by your toolchain, all of the asm stops working.
Thus, better to use either one or the other alone.

Signed-off-by: default avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parent 79195ce5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment