You've already forked lazarus-ccr
* fix compilation of qt under 32bit. Issue 24881
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2774 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -284,7 +284,7 @@ asm
|
||||
|
||||
// Load MM4 with 128 to allow for saturated biasing.
|
||||
MOV EAX, 128
|
||||
DB $0F, $6E, AlphaBlendLineConstant$E0 /// MOVD MM4, EAX
|
||||
DB $0F, $6E, $E0 /// MOVD MM4, EAX
|
||||
DB $0F, $61, $E4 /// PUNPCKLWD MM4, MM4
|
||||
DB $0F, $62, $E4 /// PUNPCKLDQ MM4, MM4
|
||||
|
||||
|
Reference in New Issue
Block a user