summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include/target_types.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/hwpf/fapi2/include/target_types.H')
-rw-r--r--src/import/hwpf/fapi2/include/target_types.H5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/include/target_types.H b/src/import/hwpf/fapi2/include/target_types.H
index 8747d7b7..fe8c888f 100644
--- a/src/import/hwpf/fapi2/include/target_types.H
+++ b/src/import/hwpf/fapi2/include/target_types.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2017 */
+/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -253,12 +253,15 @@ enum TargetFilter : uint64_t
};
+// attributeOverride tool requires x86.nfp compile
+#ifndef CONTEXT_x86_nfp
/// @cond
constexpr TargetType operator|(TargetType x, TargetType y)
{
return static_cast<TargetType>(static_cast<int>(x) |
static_cast<int>(y));
}
+#endif
template<uint64_t V>
class bitCount
OpenPOWER on IntegriCloud