tisonkun commented on code in PR #31: URL: https://github.com/apache/datasketches-rust/pull/31#discussion_r2634385878
########## src/lib.rs: ########## @@ -26,5 +26,9 @@ #![cfg_attr(docsrs, feature(doc_cfg))] #![deny(missing_docs)] +// See https://github.com/apache/datasketches-rust/issues/28 for more information. +#[cfg(target_endian = "big")] Review Comment: @leerho seems to assume all sketches would be affected - https://github.com/apache/datasketches-rust/issues/28#issuecomment-3673057220 But we may narrow it down with more investigation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
