Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions npusim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ if [[ $FUNCTIONAL -eq 1 ]]; then
fi

# Using integer
if [[ $USE_INTEGER -eq 1 ]]; then
if [[ $USER_INTEGER -eq 1 ]]; then
ccopt+=" -DUSER_INTEGER"
fi

#Using float
if [[ $USE_FLOAT -eq 1 ]]; then
if [[ $USER_FLOAT -eq 1 ]]; then
ccopt +=" -DUSER_FLOAT"
fi

Expand Down