Fathom icon indicating copy to clipboard operation
Fathom copied to clipboard

Fixes for handing of popcnt and for compilation on non-x86 architectures

Open jdart1 opened this issue 9 years ago • 2 comments

Always use TB_CUSTOM_POP_COUNT if defined. If not defined and if also TB_NO_HW_POP_COUNT is not defined, use a x86 hardware instruction, but only if on a recognized compiler/architecture that has one. Fixes issue #9 (ARM compatibility).

jdart1 avatar Jul 14 '16 00:07 jdart1

Is there a reason not to merge this? I think without this pull request the code is not really portable to non-x86 architectures. But I am open to other ways of fixing that.

jdart1 avatar Jan 16 '17 19:01 jdart1

Sorry about that. The change did require me to check some things, which I never got around to. There is a backlog of changes needed for Fathom that I currently have little time for.

basil00 avatar Jan 22 '17 15:01 basil00