View Single Post
Old 8th November 2019, 13:23   #18  |  Link
shekh
Registered User
 
Join Date: Mar 2015
Posts: 775
You can get rid of asm by removing the lines
Code:
  if ((CPUF_SUPPORTS_INTEGER_SSE & ff->getCPUFlags()))
     LUT_iSSE (dst,mfd->Lut,psize);
  else
Wondering if there is performance difference.
Notes for x64:
SetWindowLong -> SetWindowLongPtr
GetWindowLong -> GetWindowLongPtr
__________________
VirtualDub2
shekh is offline   Reply With Quote