Skip to main content
GameDev.net gamedev.net

Simd News

The latest Simd coverage curated for game developers.

Finding Fast Filters

A new paper from Karima Ma, Andrew Adams, and Jonathan Ragan-Kelley unifies several fast FIR-filter tricks into one search space for 1D and 2D image, video, and audio processing. The …

Research arXiv cs.GR · 1 month, 3 weeks ago
SIMD for Collision

SIMD is paying off in Box3D’s collision pipeline, especially once convex hulls get complex enough that edge-edge SAT tests dominate. On a 32-point “boulder” hull, wide SIMD cut full-simulation time …

Official Box2D · 2 months ago
SIMD Started It, SIMT Improved It

The integration of SIMD and SIMT technologies has transformed GPUs into versatile processors, enhancing their capabilities for graphics, AI, and scientific computing. This evolution is particularly significant for graphics programmers …

Blog SIGGRAPH · 7 months, 3 weeks ago