We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SIMD
fn main(): alias a = SIMD[DType.uint8, 2](0, 1).reduce_and() alias b = SIMD[DType.uint8, 2](0, 1).reduce_or() alias c = SIMD[DType.uint8, 2](0, 1).reduce_min() alias d = SIMD[DType.uint8, 2](0, 1).reduce_max() alias e = SIMD[DType.uint8, 2](0, 1).reduce_max() print(a, b, c, d, e)
output:
note: failed to interpret operation pop.call_llvm_intrinsic{fastmathFlags: #pop<fmf none>, hasSideEffects: false, intrin: "llvm.vector.reduce.and" : !kgen.string}(#kgen.pack<<0, 1>> : !kgen.pack<[[typevalue<#kgen.typeref<@"stdlib::builtin::simd::SIMD,dtype=ui8,size=2">>, simd<2, ui8>]]>)
...
Version mojo 25.3.0.dev2025032905
mojo 25.3.0.dev2025032905
Part of #4142
CC: @lattner
The text was updated successfully, but these errors were encountered:
ematejska
No branches or pull requests
Bug description
Actual behavior
output:
Steps to reproduce
...
System information
Version
mojo 25.3.0.dev2025032905
Part of #4142
CC: @lattner
The text was updated successfully, but these errors were encountered: