microsoft / Nova

Nova: High-speed recursive arguments from folding schemes
MIT License
673 stars 176 forks source link

Compilation on 32-bit architectures #318

Closed pgrinaway closed 5 days ago

pgrinaway commented 2 months ago

Hi all,

Thanks for the very cool project. Has anyone tried to compile Nova for a 32-bit architecture? I think it has a transitive dependency somewhere on an older version of typenum that uses const generic usize greater than usize::MAX on 32-bit machines. Just wondering if anyone has found a simple workaround.

Thanks!

Patrick

srinathsetty commented 2 months ago

Hi @pgrinaway thanks for your interest!

I'm not aware of someone trying it on 32-bit architecture. Is it possible to override the typenum dependency in the dependency tree by editing Cargo.toml?

srinathsetty commented 5 days ago

Closing this! Please reopen if you have any further questions.