Search code examples
Templatized branchless int max/min function...


c++performancetemplatesbit-manipulationbranchless

Read More
How to portably force NAN * zero give zero in a particular expression without branching?...


c++performancenanbranchless

Read More
Branchless calculation for multiplying by the complement of a fraction with a flag...


mathoptimizationbranchless

Read More
How do I reinterpret bool as byte/int without branching in C#?...


c#booleanreinterpret-casttype-punningbranchless

Read More
Sorting 3 numbers without branching...


c#c++sortingintegerbranchless

Read More
Replace branch statements by bit-shifting operations...


algorithmconditional-statementsbit-manipulationbit-shiftbranchless

Read More
How can I make branchless bounds checking?...


cperformanceassemblybranchless

Read More
How can I make branchless code and how does it work?...


performancebit-manipulationbranch-predictionbranchless

Read More
Is there a way to limit an integer value to a certain range without branching?...


c++mipsbranchless

Read More
Constrain a 16 bit signed value between 0 and 4095 using Bit Manipulation only (without branching)...


c++coptimizationbit-manipulationbranchless

Read More
Branchless K-means (or other optimizations)...


c++performanceoptimizationk-meansbranchless

Read More
Branchless Binary Search...


algorithmbinary-searchbranchless

Read More
RISCV branchless coding...


assemblycpu-architectureriscvbranchlessconditional-move

Read More
Set bit X of an integer to bit Y of another integer without branching?...


c++optimizationbit-manipulationbranchless

Read More
How to Compare two registers and perform action if greater than without branching in ARM...


assemblyconditional-statementsarmbranchless

Read More
How to iterate from head to tail in circular buffer without branching...


cdata-structuresiterationcircular-bufferbranchless

Read More
Is using the result of comparison as int really branchless?...


c++ccomparisonbranch-predictionbranchless

Read More
Is it the case that comparisons imply a branch?...


c++optimizationpipeliningbranchless

Read More
What does 'branching' mean in terms of setting/resetting bits?...


cbit-manipulationbranchless

Read More
Set 8th bit if all lower 7 bits are set without branching...


calgorithmbit-manipulationbranchless

Read More
How to round to an integer without branching in Assembly?...


assemblyroundingbranchless

Read More
Double or set integer without branching in C...


ccomparisonbranchless

Read More
Test if fixed set is equal without branching...


ccomparisonbit-manipulationequalitybranchless

Read More
Change (0, 1] to (0, 1) without branching...


performancehaskellrandomfloating-pointbranchless

Read More
What does (unsigned) do in this abs() function?...


ccastingintegerabsolute-valuebranchless

Read More
Compare in CUDA without branching...


cperformancecudacomparisonbranchless

Read More
Generating prefix bitmasks...


c++cbit-manipulationundefined-behaviorbranchless

Read More
In assembly, should branchless code use complementary CMOVs?...


assemblyx86micro-optimizationbranchlessconditional-move

Read More
Branchless way to conditionally clear register...


assemblyx86flagsstatus-registerbranchless

Read More
Branchless way to set all bits if no bits are set?...


cbit-manipulationbranchless

Read More
BackNext