1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/graphics/graphene/pkg-descr
Kurt Jaeger a923f8afc0 graphics/graphene: fix build when GTKDOC option enabled, pet portlint
... by adding BUILD_DEPENDS textproc/gtk-doc for the GTKDOC case

PR:		220974
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Reported by:	Grzegorz Junka <list1@gjunka.com>
2018-02-14 21:15:32 +00:00

17 lines
722 B
Plaintext

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 naive scalar implementation
Graphene can, optionally, provide types for integrating with GObject
properties and signals, as well as introspection information for its
use with other languages through introspection-based bindings.
WWW: http://ebassi.github.io/graphene/