Skip to content

Commit

Permalink
Enable compiling on x86
Browse files Browse the repository at this point in the history
Change-Id: Ifbae5a27ee26490ca567692dc9e7aed2cb4ed11b
  • Loading branch information
mansnils committed Aug 11, 2023
1 parent f0bf5ff commit 19de71a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Include/Internal/arm_nn_compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
* Title: arm_nn_compiler.h
* Description: Generic compiler header
*
* $Date: 31 January 2023
* $Revision: V.1.1.0
* $Date: 09 August 2023
* $Revision: V.1.2.0
*
* Target : Arm(R) M-Profile Architecture
* -------------------------------------------------------------------- */
Expand Down Expand Up @@ -135,6 +135,10 @@
#include <arm_acle.h>
#endif

#if defined(__GNUC__)
#include <stdint.h>
#endif

/**
*
* @brief ACLE and Intrinsics
Expand Down Expand Up @@ -305,4 +309,4 @@ __STATIC_FORCEINLINE uint32_t SMULTT(uint32_t op1, uint32_t op2)

#endif

#endif /* #ifndef ARM_NN_COMPILER_H */
#endif /* #ifndef ARM_NN_COMPILER_H */

0 comments on commit 19de71a

Please sign in to comment.