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
// TODO: Conditionally only do this for key sequences?
72
72
saveDataView.setUint32(savePosition,0xffffffff);
73
-
saveDataView.setFloat64(savePosition+4,saveDataAddress,true);// save a pointer from the old buffer to the new address for the sake of the prefetch sequences
73
+
saveDataView.setFloat64(savePosition+4,saveDataAddress,isLittleEndian);// save a pointer from the old buffer to the new address for the sake of the prefetch sequences
0 commit comments