瀏覽代碼

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