Skip to content
/ zimd Public

Additional cross-platform SIMD support for Zig

License

Notifications You must be signed in to change notification settings

spiraldb/zimd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZIMD

Additional cross-platform SIMD support for Zig.

Based loosely on Google Highway

Why?

Zig has builtin support for SIMD operations using @Vector. However this only supports a few basic operations. This library aims to fill in some of the blanks.

Operators

Architectures: Scalar, X86_SSE3, Arm_Neon

Similar to Zig's @shuffle operator, except doesn't require the shuffle mask to be comptime known.

About

Additional cross-platform SIMD support for Zig

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages