mojo icon indicating copy to clipboard operation
mojo copied to clipboard

[BUG]: explicitly parameter unbinding doesn't work for `SIMD`

Open soraros opened this issue 11 months ago • 1 comments

Bug description

As title.

Steps to reproduce

Consider the following:

alias S = SIMD[DType.float64, _]  # error: index reference type '!lit.declref<@stdlib::@builtin::@dtype::@DType>' does not match parameter type '!lit.declref<@stdlib::@builtin::@int::@Int>'

System information

Mojo 24.1 on Docker, Intel Mac

soraros avatar Mar 01 '24 08:03 soraros

getting rid the the default value for size fixes it

helehex avatar May 04 '24 20:05 helehex

Works on the latest nightly.

soraros avatar Sep 24 '24 08:09 soraros