You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A small thing I just noticed: gemm ends up pulling in two versions of the bitflags crate. That probably does not have a huge effect on build times, but if it doesn't cause any further breakage, it could be avoided by simply bumping raw-cpuid to ^11, which depends on bitflags = "^2".
A small thing I just noticed: gemm ends up pulling in two versions of the
bitflags
crate. That probably does not have a huge effect on build times, but if it doesn't cause any further breakage, it could be avoided by simply bumpingraw-cpuid
to^11
, which depends onbitflags = "^2"
.The text was updated successfully, but these errors were encountered: