summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/arm/nce/arm_nce.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/nce/arm_nce.cpp b/src/core/arm/nce/arm_nce.cpp
index 1311e66a9..123b3da7e 100644
--- a/src/core/arm/nce/arm_nce.cpp
+++ b/src/core/arm/nce/arm_nce.cpp
@@ -39,7 +39,7 @@ fpsimd_context* GetFloatingPointState(mcontext_t& host_ctx) {
39} 39}
40 40
41using namespace Common::Literals; 41using namespace Common::Literals;
42constexpr u32 StackSize = 32_KiB; 42constexpr u32 StackSize = 128_KiB;
43 43
44} // namespace 44} // namespace
45 45