SymbolicUtils.jl icon indicating copy to clipboard operation
SymbolicUtils.jl copied to clipboard

x86 (32-bit) Support

Open mehalter opened this issue 1 year ago • 1 comments

It appears that the current release does not work on 32-bit machines. Is there any way this could get fixed? It seems to be something related to the hashing function and the use of unisigned integers. I have a fork with some improved testing to test for x86 architecture here:

Fork: https://github.com/mehalter/SymbolicUtils.jl Failing Test Logs: https://github.com/mehalter/SymbolicUtils.jl/actions/runs/4544669771/jobs/8011008884

mehalter avatar Mar 28 '23 15:03 mehalter