-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
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
make with SNAPSHOT_FILE should always use the new snapshot #3206
Comments
Ah, me. The first bug I've been assigned to look at. Is the current behavior really "wrong"? |
(bug triage) Still a bug as far as I know, but doesn't seem like a blocker. |
part of #8058 |
Closing due to a lack of activity. I don't think that this is that much of an issue any more. It's pretty rare to run around with custom snapshots, and snapshots are easy enough to make these days that this probably just isn't worth it. |
SIMD bitmasks: use 'round up to multiple of 8' rather than 'clamp to at least 8' This should prepare us better for a future with non-power-of-2 vectors, if they ever happen.
Right now we have to do
make clean
first to pick up a custom snapshot. It'd be nice if make detected theSNAPSHOT_FILE
variable and treated it the same as if snapshots.txt changed.The text was updated successfully, but these errors were encountered: