kerneltime commented on PR #6341: URL: https://github.com/apache/ozone/pull/6341#issuecomment-1981764714
SSE2 is pretty common based on the [documentation in that makefile ](https://github.com/facebook/rocksdb/blob/eb9a80fe1f18017b4d7f4084e8f2554f12234822/build_tools/build_detect_platform#L713C1-L715C23) ``` # SSE4.2 available since nehalem, ca. 2008-2010 # Includes POPCNT for BitsSetToOne, BitParity TRY_SSE42="-msse4.2" ``` -- 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]
