- fixed: _M_X64 macro was misnamed _M_IX64.
This commit is contained in:
parent
51ed68dc72
commit
85fb8c4326
2 changed files with 2 additions and 2 deletions
|
|
@ -299,7 +299,7 @@ void DoBlending_SSE2(const PalEntry *from, PalEntry *to, int count, int r, int g
|
|||
}
|
||||
#endif
|
||||
|
||||
#if defined(__amd64__) || defined(_M_IX64)
|
||||
#if defined(__amd64__) || defined(_M_X64)
|
||||
long long color;
|
||||
|
||||
blending256 = _mm_set_epi64x(0x10001000100ll, 0x10001000100ll);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue