Hi Everyone,

I was looking at MMX and ISSE support in the library:

  $ grep HasISSE *.h *.cpp
  cpu.h:inline bool HasISSE()
  validat1.cpp:   bool hasISSE = HasISSE();
  whrlpool.cpp:   if (HasISSE())

  $ grep HasMMX *.h *.cpp
  cpu.h:inline bool HasMMX()
  validat1.cpp:   bool hasMMX = HasMMX();

Machines with only MMX are kind of rare. They date back to the mid-1990s, 
like the old Pentiums with MMX running at 200 or 233 MHz. For those who can 
remember that far back, we're talking VX or TX chipsets.

I was thinking we could nuke MMX and ISSE, and make Whirlpool's minimum 
SSE2.

Any objections?

Jeff


-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com.
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 cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to