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
Fix WP_MOK hardcoded to 8 bytes, use storage_size for precision portability
MPI file offsets assume 8-byte reals. Single-precision builds would
read from wrong offsets. Use storage_size(0._wp)/8 instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments