Is there a toolchain somewhere that incorporates all 3 of these? I'm very interested in replacing the macro-generated code I currently use for linear algebra with code that uses elements of all of the above and was trying to determine the best toolchain to use.
The toolchains for 446 and 447 are the same, and I think they include the integer generics support behind the appropriate feature flag as well. @Alejandro can confirm.
1 Like
Yeah, I assume those toolchains were generated after the integer generic stuff landed on main behind an experimental feature flag. ValueGenerics
is the flag name.
2 Likes