SIMD for Collision

·Hacker News··

In a previous post SIMD Matters I discussed the big wins I got from graph coloring to make the contact solver faster. That same approach exists in Box3D. I like to call this approach “wide SIMD”. The idea is to process multiple work units at the same time. In the contact solver this means solving four contact points at the same time. This is different from “narrow SIMD” where a 3-vector (xyz) is put into a SIMD register and then standard vector math is expressed as SIMD i

Read full article →

Related Articles

ARC-AGI Leaderboard
rzk · Hacker News · 17h ago
Producing ammonia and fertiliser using wind power in Morris, Minnesota
gritzko · Hacker News · 4h ago
Wind turbine is being used to produce zero-carbon "green ammonia" fertilizer
speckx · Hacker News · 7h ago
Tile's security is so bad it's a feature for stalkers
sambellll · Hacker News · 5h ago
My security camera shipped a GitHub admin token in its login page
hhh · Hacker News · 1d ago