On Jan 25, 11:47 am, Yttrill <[email protected]> wrote:
> How do I get rid of assembler stuff?
You can define the preprocessor macros CRYPTOPP_DISABLE_ASM and
CRYPTOPP_DISABLE_SSE2.

Or, you can trun knobs in config.h.

> Why is it there? C/C++ compilers generate reasonable code.
Speed. You will be hard pressed to find any high performance crypto
library code that does not use it somehwere. Especially in large
integers.

> As far as I can tell the code (ASL) is just a bunch of moves.
> ...
:)

Jeff

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to