donotturnoff / aerend

My third year project
0 stars 0 forks source link

Load in larger chunks of bitmap when compositing #182

Open donotturnoff opened 2 years ago

donotturnoff commented 2 years ago

Depending on memory bandwidth, it will probably be faster to load in 64 bits at a time (i.e., two pixels), rather than two separate 32 bit accesses.