Home
last modified time | relevance | path

Searched refs:UNROLL (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/lib/raid6/
DMakefile13 quiet_cmd_unroll = UNROLL $@
14 cmd_unroll = $(AWK) -f$(srctree)/$(src)/unroll.awk -vN=$(UNROLL) \
37 $(obj)/int1.c: UNROLL := 1 macro
42 $(obj)/int2.c: UNROLL := 2 macro
47 $(obj)/int4.c: UNROLL := 4 macro
52 $(obj)/int8.c: UNROLL := 8 macro
57 $(obj)/int16.c: UNROLL := 16 macro
62 $(obj)/int32.c: UNROLL := 32 macro
68 $(obj)/altivec1.c: UNROLL := 1 macro
74 $(obj)/altivec2.c: UNROLL := 2 macro
[all …]