Skip to content
Commit a234e4c2 authored by Huw Pascoe's avatar Huw Pascoe
Browse files

Improved performance of FromAttributeBuffer

Ternary operator is optimized by the compiler
whereas std::min() is meant to return a value.

I've noticed a 5%-10% emulation speed increase.
parent 255fd876
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment