JuliaSymbolics / SymbolicUtils.jl

Symbolic expressions, rewriting and simplification
https://docs.sciml.ai/SymbolicUtils/stable/
Other
524 stars 99 forks source link

x86 (32-bit) Support #518

Open mehalter opened 1 year ago

mehalter commented 1 year ago

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

shashi commented 1 year ago

Hi, could you make a PR with that? Sure it should be easy to fix it.