JuliaMath / IntelVectorMath.jl

Julia bindings for the Intel Vector Math Library
Other
73 stars 18 forks source link

Tweaks to readme #24

Closed mcabbott closed 4 years ago

mcabbott commented 4 years ago

I think the @time examples in the readme were testing compilation time. And I wanted to upgrade the warning about replacing matrix exp to be a bit stronger.

And while I was doing things I fixed up Project.toml a bit.

Crown421 commented 4 years ago

Indeed, thank you.

mcabbott commented 4 years ago

I’m an idiot, when I wrote julia = "0.7 1.0” I should have put a comma. Without it you get warnings:

(v1.3) pkg> resolve
 Resolving package versions...
┌ Warning: julia version requirement for package VML not satisfied
Crown421 commented 4 years ago

I added the comma manually.