Skip to content

Commit

Permalink
updated SPH_EXTNODE_STACK_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
glookka committed Mar 28, 2023
1 parent 0bf17d9 commit a2a7055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sphinx.cpp
Expand Up @@ -9904,7 +9904,7 @@ static int sphQueryHeightCalc ( const XQNode_t * pNode )
}
#if defined( __clang__ )
#if defined( __x86_64__ )
#define SPH_EXTNODE_STACK_SIZE ( 0x130 )
#define SPH_EXTNODE_STACK_SIZE ( 0x140 )
#elif defined ( __ARM_ARCH_ISA_A64 )
#define SPH_EXTNODE_STACK_SIZE ( 0x160 )
#endif
Expand Down

0 comments on commit a2a7055

Please sign in to comment.