genode/os/lib/mk/x86_64/blit.mk
Stefan Kalkowski 890a3ee868 Specialize blit library for ARM (fix #147).
Use multiple load store instructions for 32 byte chunks in ARM-specific
blit-function, analog to x86 variant. Make the blit-function of x86 a
generic one, and provide needed utility functions for ARM and generic code.
Please refer issue #147 for discussion.
2012-03-21 22:04:25 +01:00

7 lines
165 B
Makefile

SRC_CC = blit.cc
REQUIRES = x86 64bit
INC_DIR += $(REP_DIR)/src/lib/blit/x86/x86_64 \
$(REP_DIR)/src/lib/blit/x86
vpath blit.cc $(REP_DIR)/src/lib/blit