|
Message-ID: <13c209f00d172574bc90693ae60afc75@smtp.hushmail.com> Date: Mon, 7 Sep 2015 20:45:07 +0200 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: Intrinsics experiment with CPP macros On 2015-09-07 19:38, magnum wrote: > One effect of this (version) is we now have two copies of the core > MD4(w, a, b, c, d) function inside simd-intrinsics.c. Correction: We have one copy of the code (macro), but it compiles to two separate functions. That's a good deal better than actually having two copies of the function in source. magnum
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.