DORSETRIGS
Home

intrinsics (6 post)


posts by category not found!

SSE2 Color Blending

Speeding Up Color Blending with SSE 2 Instructions Color blending is a fundamental operation in computer graphics used to create realistic and visually appealin

2 min read 06-10-2024 52
SSE2 Color Blending
SSE2 Color Blending

Is there a Delphi equivalent for GCC's __builtin_popcountl, __builtin_clz, and __builtin_ctz?

Counting Bits in Delphi Efficient Alternatives to GCCs Built in Functions Delphi developers often find themselves needing to perform bit manipulation tasks incl

3 min read 05-10-2024 44
Is there a Delphi equivalent for GCC's __builtin_popcountl, __builtin_clz, and __builtin_ctz?
Is there a Delphi equivalent for GCC's __builtin_popcountl, __builtin_clz, and __builtin_ctz?

How do I read the cycle counting register on Windows ARM64

Reading the Cycle Counter Register on Windows ARM 64 A Practical Guide Have you ever wanted to optimize your code on a Windows ARM 64 device by measuring the ex

2 min read 02-09-2024 42
How do I read the cycle counting register on Windows ARM64
How do I read the cycle counting register on Windows ARM64

AVX2 computing of byte array

Optimizing Byte Array Processing with AVX 2 A Deep Dive This article explores techniques for optimizing byte array processing using AVX 2 a powerful SIMD instru

2 min read 30-08-2024 59
AVX2 computing of byte array
AVX2 computing of byte array

AVX2 MaskLoad/MaskStore of ushorts?

AVX 2 Mask Load Mask Store with U Shorts Understanding the Challenges This article explores the intricacies of using AVX 2s Mask Load and Mask Store instruction

2 min read 29-08-2024 43
AVX2 MaskLoad/MaskStore of ushorts?
AVX2 MaskLoad/MaskStore of ushorts?

AVX2 consuming bytes whilst producing uints?

SIMD Optimization for Grayscale to Premultiplied Alpha Conversion Converting a grayscale image to a premultiplied alpha image with a specified color presents an

2 min read 29-08-2024 52
AVX2 consuming bytes whilst producing uints?
AVX2 consuming bytes whilst producing uints?