Merge PR 12409

This commit is contained in:
yuzubot
2023-12-20 00:56:35 +00:00
parent 39fe6e4516
commit c2ecdaabb5
2 changed files with 3 additions and 2 deletions

View File

@ -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