Release version 1.4.0.fb.

Summary:

Test Plan:

Reviewers:

CC:

Task ID: #

Blame Rev:
This commit is contained in:
Dhruba Borthakur 2012-06-19 01:47:15 -07:00
parent e9bc777163
commit 636e3ec603

View File

@ -4,7 +4,9 @@
* Compiling for CPUs with SSE4 support
make OPT='-O2 -DNDEBUG -msse4'
make OPT='-O2 -DNDEBUG -D__SSE4_2__'
This makes CRC computation much faster, but
binaries won't run on CPUs that don't support it.
* Latest release is 1.4.0.fb