diff options
author | kwm <kwm@FreeBSD.org> | 2017-04-18 20:58:16 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2017-04-18 20:58:16 +0800 |
commit | 170bc9be314f7b3a450c6b842efb9a8857b79f4f (patch) | |
tree | b9e47edd1671ce598fd1df7f9c2275528b2e7cc8 /graphics/Makefile | |
parent | 3fed48d7b7791f357a79cc3b941ea5e115466707 (diff) | |
download | freebsd-ports-gnome-170bc9be314f7b3a450c6b842efb9a8857b79f4f.tar.gz freebsd-ports-gnome-170bc9be314f7b3a450c6b842efb9a8857b79f4f.tar.zst freebsd-ports-gnome-170bc9be314f7b3a450c6b842efb9a8857b79f4f.zip |
Graphene contains optimizations for speeding up vector operations, those
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/
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index c00110612ed8..1ae1281350ea 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -296,6 +296,7 @@ SUBDIR += gracula SUBDIR += grads SUBDIR += grafx2 + SUBDIR += graphene SUBDIR += graphite2 SUBDIR += graphopt SUBDIR += graphos |