mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
890a3ee868
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.
5 lines
93 B
Makefile
5 lines
93 B
Makefile
SRC_CC = blit.cc
|
|
INC_DIR += $(REP_DIR)/src/lib/blit
|
|
|
|
vpath blit.cc $(REP_DIR)/src/lib/blit
|