forked from ebassi/graphene
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
graphene-config: Hide SIMD implementation from GObject-Introspection
Exposing the various #mesondefine'd constants results in the GIR XML unnecessarily varying between architectures. Conversely, GObject-Introspection's rather simplistic cpp parser thinks GRAPHENE_SIMD_S is always defined to "sse", even on architectures where it should not be. Introspected code is not going to be able to use SIMD anyway, so this doesn't seem to have any value. Resolves: ebassi#211 Signed-off-by: Simon McVittie <[email protected]>
- Loading branch information
Showing
1 changed file
with
26 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters