uqm icon indicating copy to clipboard operation
uqm copied to clipboard

Port assembly to NaCl

Open davidben opened this issue 13 years ago • 1 comments

The MMX, etc., code for the various scalers could probably come in handy. CPU usage is noticeably higher when using the hq2x scaler.

davidben avatar Mar 02 '12 06:03 davidben

Started this. Main nuisance is that every memory access for x86-64 needs to be rewritten to be relative to %r15, and there are a lot of them.

davidben avatar Mar 03 '12 21:03 davidben