-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathOpenEXRConfigInternal.h
More file actions
64 lines (45 loc) · 1.6 KB
/
OpenEXRConfigInternal.h
File metadata and controls
64 lines (45 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
// SPDX-License-Identifier: BSD-3-Clause
// Copyright (c) Contributors to the OpenEXR Project.
// This file is auto-generated by the configure step
#ifndef INCLUDED_OPENEXR_INTERNAL_CONFIG_H
#define INCLUDED_OPENEXR_INTERNAL_CONFIG_H 1
#pragma once
// automated formatting does not handle the cmake tags well
// clang-format off
//
// Whether to use the internally provided vendored version of
// deflate or the system provided version
#define OPENEXR_USE_INTERNAL_DEFLATE 1
//
// Define and set to 1 if the target system supports a proc filesystem
// compatible with the Linux kernel's proc filesystem. Note that this
// is only used by a program in the OpenEXRTest test suite, it's not
// used by any OpenEXR library or application code.
//
/* #undef OPENEXR_IMF_HAVE_LINUX_PROCFS */
//
// Define and set to 1 if the target system is a Darwin-based system
// (e.g., OS X).
//
/* #undef OPENEXR_IMF_HAVE_DARWIN */
//
// Define and set to 1 if the target system has a complete <iomanip>
// implementation, specifically if it supports the std::right
// formatter.
//
#define OPENEXR_IMF_HAVE_COMPLETE_IOMANIP 1
//
// Define if we can use sysconf(_SC_NPROCESSORS_ONLN) to get CPU count
//
/* #undef OPENEXR_IMF_HAVE_SYSCONF_NPROCESSORS_ONLN */
//
// Define if we can support GCC style inline asm with AVX instructions
//
/* #undef OPENEXR_IMF_HAVE_GCC_INLINE_ASM_AVX */
//
// Define if we need to shim in our own implementation of vld1q_f32_x2 for
// older compilers that are missing x2 Neon intrinsics on aarch64
//
/* #undef OPENEXR_MISSING_ARM_VLD1 */
// clang-format on
#endif // INCLUDED_OPENEXR_INTERNAL_CONFIG_H