Skip to content

Commit

Permalink
Added Beaglebone Black support
Browse files Browse the repository at this point in the history
  • Loading branch information
jetpaccomputer committed May 17, 2015
1 parent 6adb18e commit a2724c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions source/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ LIBCPPFLAGS += \
-mfloat-abi=hard
endif

ifeq ($(TARGET),beagle)
LIBCPPFLAGS += \
-march=armv7-a \
-mtune=cortex-a8 \
-mfloat-abi=hard \
-mfpu=neon \
-ffast-math
endif

ifeq ($(GEMM),pigl)
LIBCPPFLAGS += \
-I/usr/include \
Expand Down

0 comments on commit a2724c3

Please sign in to comment.