Skip to content

Instantly share code, notes, and snippets.

@FrankNiemeyer
Created August 28, 2015 15:05
Show Gist options
  • Save FrankNiemeyer/6298593f26f888d9f468 to your computer and use it in GitHub Desktop.
Save FrankNiemeyer/6298593f26f888d9f468 to your computer and use it in GitHub Desktop.
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