
Developer
What is Branchless Programming?
- Frank
- November 22, 2021
- ascii
- assembly
- avx
- bit hacking
- branchless
- branchless comparisons
- branchless if
- c++ asm
- cmov
- Code
- comparison
- compiler
- Computer Science
- conditional moves
- convert to upper case
- Creel
- demonstration
- disassembly
- examples
- explained
- how to
- if statements
- optimisation
- Optimization
- performance programming
- Programming
- simd
- smaller than
- toupper
- Tutorial
- upper case
- uppse case algorithm
- what’s a creel
- whatsacreel
- x64 assembly
This video looks at branchless programming. This is a technique to gain speed in our high and low level programming by avoiding branching code as much as possible.
Read More