[x264-devel] Windows x64 support
Loren Merritt
lorenm at u.washington.edu
Wed Jan 28 09:22:20 CET 2009
On Wed, 28 Jan 2009, BugMaster wrote:
> On Wed, 28 Jan 2009 07:09:19 +0000 (UTC), Loren Merritt wrote:
>> And another simplification.
>
>> --Loren Merritt
>
> First of all it doesn't compiles because registers "r8dq" and "r9dq"
> don't exist. It would compile after replacing of
> %define r%1mp %6q
> with
> %define r%1mp %2
> Also I prefer original variant because it is clearer and specifies
> memory size (dword/qword) which is good for finding errors on
> compilation time.
Then include dword, which the original didn't. And remove dword from all
the uses of rNmd. And add a rNmb and rNmw since not all of them are dword.
--Loren Merritt
More information about the x264-devel
mailing list