aboutsummaryrefslogtreecommitdiff
path: root/support/Half.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/Half.h')
-rw-r--r--support/Half.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/Half.h b/support/Half.h
index 081da5ebc1..f5c27da2d3 100644
--- a/support/Half.h
+++ b/support/Half.h
@@ -24,12 +24,12 @@
#ifndef __ARM_COMPUTE_HALF_H__
#define __ARM_COMPUTE_HALF_H__
-#if(BARE_METAL)
+#if (BARE_METAL)
#define HALF_ENABLE_CPP11_CMATH 0
#endif /* BARE_METAL */
// Set style to round to nearest
-#define HALF_ROUND_STYLE 1
+#define HALF_ROUND_STYLE 1
#define HALF_ROUND_TIES_TO_EVEN 1
#include "half/half.hpp"