m-j-w / CpuId.jl

Ask the CPU for cache sizes, SIMD feature support, a running hypervisor, and more.
Other
54 stars 10 forks source link

add :i686 to Sys.ARCH check #63

Open halentin opened 1 month ago

halentin commented 1 month ago

Fixes #62 and possibly also #55

Sys.ARCH returns :i686 on 32-Bit Julia Systems, so i added that Symbol to the check. Im not sure if there even is any Scenario at all, where Sys.ARCH returns x86.