DomBlack / php-scrypt

A PHP wrapper fo the scrypt hashing algorithm
Other
209 stars 57 forks source link

Added check for SSE2 instructions support. #38

Closed 0xACE closed 9 years ago

0xACE commented 9 years ago

This change makes sure that the CPU supports SSE2 instructions before using the SSE version.

This helps compiling and running on old CPUs which lack support for SSE2 instructions.

See issue #37