|
Message-ID: <012501cbcf94$11b75c90$352615b0$@net> Date: Fri, 18 Feb 2011 11:48:36 -0600 From: "jfoug" <jfoug@....net> To: <john-users@...ts.openwall.com> Subject: RE: MD5 Generic improvements From: Erik Winkler [mailto:ewinkler@...ls.com] > Does this mean we need to apply the intrinsic patch from the Wiki separately or not? Yes. The md5-gen code is SSE-intrinsic 'ready' and is separate FROM that patch. However, to get any benefit of the intrinsic functionality, you will have to have that intrinsic patch applied to the source. The intrinsic patch will not touch the md5-gen code. However, once you apply THAT patch, the md5-gen will operate using the faster intrinsic. So, if you updated your source to the new md5-gen code, and had not applied the intrinsic patch, then there is no way to build USING intrinsic. However, the md5-gen would build properly (all of the intrinsic code would be #defined 'out' of the build). Jim.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.