#Is it possible to use arch-specific SIMD intrinsics directly from Zig?

1 messages · Page 1 of 1 (latest)

elder creek
#

.

runic sail
#

you can always do inline asm

#

if the builtin vector types aren't suitable

#

I suppose you could try to @cImport an intrinsics header - I just did inline asm when I was vectorising things in the past

elder creek
runic sail
#

not sure

#

Have you tried the built-in zig vector types?

elder creek
#

but I will try importing the intrinsics header