kenwi / simd

A litle exploration in SIMD. And also some low level basic raytracing with Veldrid for good measure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method Mean Error StdDev
AddNoSimd 3.085 ms 0.0255 ms 0.0238 ms
MultiplyNoSimd 3.101 ms 0.0359 ms 0.0318 ms
Add 1.508 ms 0.0200 ms 0.0167 ms
Multiply 1.528 ms 0.0294 ms 0.0315 ms
ExecuteAdd 1.735 ms 0.0281 ms 0.0249 ms
ExecuteMultiply 1.632 ms 0.0295 ms 0.0276 ms

About

A litle exploration in SIMD. And also some low level basic raytracing with Veldrid for good measure.

License:MIT License


Languages

Language:C# 87.2%Language:HLSL 12.7%Language:Batchfile 0.1%