Problem This is a simple strlen function with registers documented: ;in rdi – string to measure ;out rax – len […]
Tag: x86
x86-64 Assembly – Sum of multiples of 3 or 5
Problem I’m trying to learn some basic x86 assembly and so I’ve begun solving Project Euler problems. I was hoping […]
String routines
Problem These are a few string routines (just the mem* ones). I’ve tried to optimize them the best I can […]
Sobel Operator – SIMD x86 Intrinsics Implementation
Problem I’m learning C# .NET 5 Intrinsics and interested in best practices. It’s really hard now to find enough information […]