aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/wrapper/scalar
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/NEON/wrapper/scalar')
-rw-r--r--arm_compute/core/NEON/wrapper/scalar/add.h6
-rw-r--r--arm_compute/core/NEON/wrapper/scalar/scalar.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/arm_compute/core/NEON/wrapper/scalar/add.h b/arm_compute/core/NEON/wrapper/scalar/add.h
index cfb9040281..5a04fe20fa 100644
--- a/arm_compute/core/NEON/wrapper/scalar/add.h
+++ b/arm_compute/core/NEON/wrapper/scalar/add.h
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_WRAPPER_SCALAR_ADD_H__
-#define __ARM_COMPUTE_WRAPPER_SCALAR_ADD_H__
+#ifndef ARM_COMPUTE_WRAPPER_SCALAR_ADD_H
+#define ARM_COMPUTE_WRAPPER_SCALAR_ADD_H
#include <arm_neon.h>
@@ -59,4 +59,4 @@ inline float16_t add_sat(const float16_t &a, const float16_t &b)
#endif // __ARM_FEATURE_FP16_VECTOR_ARITHMETIC
} // namespace wrapper
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_WRAPPER_SCALAR_ADD_H__ */
+#endif /* ARM_COMPUTE_WRAPPER_SCALAR_ADD_H */
diff --git a/arm_compute/core/NEON/wrapper/scalar/scalar.h b/arm_compute/core/NEON/wrapper/scalar/scalar.h
index a52e0ceb28..c8bd47385e 100644
--- a/arm_compute/core/NEON/wrapper/scalar/scalar.h
+++ b/arm_compute/core/NEON/wrapper/scalar/scalar.h
@@ -21,9 +21,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_WRAPPER_SCALAR_H__
-#define __ARM_COMPUTE_WRAPPER_SCALAR_H__
+#ifndef ARM_COMPUTE_WRAPPER_SCALAR_H
+#define ARM_COMPUTE_WRAPPER_SCALAR_H
#include "arm_compute/core/NEON/wrapper/scalar/add.h"
-#endif /* __ARM_COMPUTE_WRAPPER_SCALAR_H__ */
+#endif /* ARM_COMPUTE_WRAPPER_SCALAR_H */