Skip to content

Instantly share code, notes, and snippets.

@FrankNiemeyer
Created August 28, 2015 15:05
open System.Numerics
[<EntryPoint>]
let main argv =
let laneWidth = System.Numerics.Vector<float32>.Count
printfn "%i" laneWidth
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment