Skip to content

Commit

Permalink
Added note about NOSSE2 when compiling on Clang or GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
crozone committed May 14, 2018
1 parent 5877fd9 commit c712f90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ To build the project without all of the above instructions introduced with SSE2,

`CFLAGS=-DNOSSE2 make`

This flag is automatically enabled if the `__SSE__` flag is present but `__SSE2__` is absent.
This means `NOSSE2` shouldn't need to be manually specified when compiling on Clang or GCC on non-SSE2 processors.

#### 'Target specific option mismatch' error

Some 32-bit versions of gcc (e.g. the version used in Ubuntu 14.04) may show the following error while compiling the PoC:
Expand Down

0 comments on commit c712f90

Please sign in to comment.