aboutsummaryrefslogtreecommitdiff
path: root/graphics/graphene/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* Graphene contains optimizations for speeding up vector operations, thoseKoop Mast2017-04-181-0/+16
optimizations are optional, and used only if both Graphene was compiled with support for them and if the system you're running on has them. Currently, Graphene supports the following platform-specific fast paths: Streaming SIMD Extensions (SSE) 2 ARM NEON GCC vector extensions In the remote case in which none of these optimizations are available, Graphene will fall back to a naïve scalar implementation http://ebassi.github.io/graphene/ Notes: svn path=/head/; revision=438779