Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
altivec.h
Go to the documentation of this file.
1
2#ifndef __APPLE_ALTIVEC__
3/* Prevent gcc from defining the keywords as macros. Do not manually
4 * undef for c99 stdbool.h compat.
5 */
6 #define __APPLE_ALTIVEC__ 1
7 #include_next <altivec.h>
8 #undef __APPLE_ALTIVEC__
9#else
10 #include_next <altivec.h>
11#endif
12// clang-format off
13// modelines: These editor modelines have been set for all relevant files by tools/update_modelines.py
14// vim: shiftwidth=2 expandtab tabstop=2 cindent
15// kate: tab-indents: off; indent-width 2; replace-tabs on; indent-mode cstyle; remove-trailing-spaces modified;
16// clang-format on
17