brenhinkeller / StaticTools.jl

Enabling StaticCompiler.jl-based compilation of (some) Julia code to standalone native binaries by avoiding GC allocations and llvmcall-ing all the things!
MIT License
167 stars 11 forks source link

LoopVectorization and 32-bit support #52

Closed tshort closed 1 year ago

tshort commented 1 year ago

Is there any way we can split off support of LoopVectorization into an extension or something?

I'd like to support 32-bit systems for StaticCompiler, and LoopVectorization chokes on 32-bit systems.

Other ideas?

brenhinkeller commented 1 year ago

Would it be enough to just disable the LV tests on 32-bit systems?

tshort commented 1 year ago

I was hitting this, and it was fixed last night in LV. So, I think we're good.