loreloc / software-blitter

[CONTEST] Software blitter con alpha blending

Home Page:https://forum.gameloop.it/d/355-contest-software-blitter-con-alpha-blending

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SoftwareBlitter

Benchmark

Compiler: GCC 7.2.0 x86-64 (MINGW64)
Optimization flags: -O2
Processor: Intel i5 4460 3.20Ghz
Number of blits: 2000000

Elapsed seconds
Blitter without simd 27.87
Blitter with simd 10.25

The blitter that uses SSE2 instructions is about 2.7 times faster.

About

[CONTEST] Software blitter con alpha blending

https://forum.gameloop.it/d/355-contest-software-blitter-con-alpha-blending


Languages

Language:C 96.3%Language:Makefile 3.7%