Jack Mott

Results 91 comments of Jack Mott

I'll get clang set up and figure it out, thanks for the feedback!

@Yardanico @sdwfrost fix for clang is in, got it working on ubuntu. Will be interesting to see if we still get the illegal instruction with it.

I guess I have a 3rd excuse to buy a mac

I agree this is a good idea, I welcome PRs with or comments with ideas on how it should work. I will have some time to experiment with it eventually.

oh absolutely, this is just a start. feel free to add to it! the base bindings I'm using are from: https://github.com/bsegovia/x86_simd.nim so the stuff for SSE3 / 4 is there.

What is the equivalent change to make on linux when using mono?

Doing some experiments with loop unrolling on map seems to have no change in runtime at all, doing it like so: ``` F# let mutable i, ri = 0, 0...

Not yet. But I will have to go down that path soon.

Another note: filling an array with random values nets very different benchmark results than filling them with a constant value.

How do I run the benchmarks to produce the .md output file? I'm just running it from the command line and only get output to the terminal.