Home
last modified time | relevance | path

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

/openbmc/linux/lib/raid6/
H A DMakefile39 NEON_FLAGS := -ffreestanding macro
41 NEON_FLAGS += -isystem $(shell $(CC) -print-file-name=include)
43 NEON_FLAGS += -march=armv7-a -mfloat-abi=softfp -mfpu=neon
45 CFLAGS_recov_neon_inner.o += $(NEON_FLAGS)
78 CFLAGS_neon1.o += $(NEON_FLAGS)
79 CFLAGS_neon2.o += $(NEON_FLAGS)
80 CFLAGS_neon4.o += $(NEON_FLAGS)
81 CFLAGS_neon8.o += $(NEON_FLAGS)
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/
H A Dlibcamera-apps_git.bb32 NEON_FLAGS = ""
33 NEON_FLAGS:aarch64 = "-Dneon_flags=arm64"
34 NEON_FLAGS:arm:raspberrypi3 = "-Dneon_flags=armv8-neon"
35 NEON_FLAGS:arm:raspberrypi4 = "-Dneon_flags=armv8-neon"
36 EXTRA_OEMESON += "${NEON_FLAGS}"
/openbmc/linux/arch/arm/lib/
H A DMakefile43 NEON_FLAGS := -march=armv7-a -mfloat-abi=softfp -mfpu=neon macro
44 CFLAGS_xor-neon.o += $(NEON_FLAGS)