Skip to content

Improved CompareByte for i386 and x86_64.

Rika requested to merge runewalsh/source:comparebyte-x86 into main

These versions aren’t THAT faster than generic, but existing are notably slower than generic and improving them should look more appealing than removing them.

On my computer, ucd_pack.pas from !179 speeds up by 10% on x64. (GeneralCategories calculation takes 2.8 s before the patch, 2.5 s after).

C++ sources: i386, x86-64.

Merge request reports