Why Godot Physics is slow? SIMD

In this video we discuss why it is important for Godot to add SIMD feature into the engine! I could modify a small part of Godot engine core to work with SIMD but doing that for entire engine need more work! I know making this big change will be hard but it is necessary to take this step forward! I am not the first person to propose this! there some Github discussion and proposal for that! some of them are for more 5 years ago! unfortunately up to this point there is no attention to add SIMD in Godot! Discord:   / discord   Twitter: https://x.com/mohsenph69 patreon: https://patreon.com/mohsenzare?utm_me... Chapters: 00:00 - intro 00:30 - SIMD support 02:35 - SIMD in different CPU 06:06 - Memory Alignment requirement 07:78 - modifying Godot basis for SIMD support 08:44 - ending