Cloutain / CPU_TerrainRender

Render terrain view by using CPU + SIMD instructions (avoid to use GPU to do the compute), a demo to show how SIMD can increase computation performance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Render terrain view by using CPU + SIMD instructions (avoid to use GPU to do the compute), a demo to show how SIMD can increase computation performance

License:GNU General Public License v2.0


Languages

Language:C 99.3%Language:Makefile 0.7%