Skip to content
/ simd Public

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

License

Notifications You must be signed in to change notification settings

kenwi/simd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published