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

Don't use eval, fix #32. #33

Closed fredrikekre closed 5 years ago

fredrikekre commented 5 years ago

The package segfaults on 1.0 so can't test this, but should work.

m-j-w commented 5 years ago

Thank you, @fredrikekre! Though I still don't really get the difference of eval and @eval.