Jolt: Update to commit f094082aa, adding RISC-V, PPC64 and LoongArch support

Fixes #100557.
This commit is contained in:
Rémi Verschelde
2024-12-21 15:13:15 +01:00
parent a7a2a12bfd
commit 4727f0707b
49 changed files with 350 additions and 166 deletions
+2 -2
View File
@@ -1443,7 +1443,7 @@ void PhysicsSystem::JobSolveVelocityConstraints(PhysicsUpdateContext *ioContext,
}
else if (check_split_islands)
{
// If there are split islands, but we did't do any work, give up a time slice
// If there are split islands, but we didn't do any work, give up a time slice
std::this_thread::yield();
}
else
@@ -2462,7 +2462,7 @@ void PhysicsSystem::JobSolvePositionConstraints(PhysicsUpdateContext *ioContext,
}
else if (check_split_islands)
{
// If there are split islands, but we did't do any work, give up a time slice
// If there are split islands, but we didn't do any work, give up a time slice
std::this_thread::yield();
}
else