aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2017-04-18 20:58:16 +0800
committerkwm <kwm@FreeBSD.org>2017-04-18 20:58:16 +0800
commit170bc9be314f7b3a450c6b842efb9a8857b79f4f (patch)
treeb9e47edd1671ce598fd1df7f9c2275528b2e7cc8 /graphics/Makefile
parent3fed48d7b7791f357a79cc3b941ea5e115466707 (diff)
downloadfreebsd-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/Makefile1
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