Преглед изворни кода

nce: increase handler stack size

Liam пре 2 година
родитељ
комит
93c19a40bf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/core/arm/nce/arm_nce.cpp

+ 1 - 1
src/core/arm/nce/arm_nce.cpp

@@ -39,7 +39,7 @@ fpsimd_context* GetFloatingPointState(mcontext_t& host_ctx) {
 }
 
 using namespace Common::Literals;
-constexpr u32 StackSize = 32_KiB;
+constexpr u32 StackSize = 128_KiB;
 
 } // namespace