Skip to content

Commit

Permalink
fix typo in selecting SSE (apache#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored and tqchen committed Sep 14, 2016
1 parent 64b6ab0 commit 7b810f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/mshadow.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ifndef USE_SSE
USE_SSE=1
endif

ifeq ($USE_SSE), 1)
ifeq ($(USE_SSE), 1)
MSHADOW_CFLAGS += -msse3
else
MSHADOW_CFLAGS += -DMSHADOW_USE_SSE=0
Expand Down

0 comments on commit 7b810f7

Please sign in to comment.