| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | 0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch | 4 Subject: [PATCH] Disable -mfpmath=sse as well when SSE is disabled 9 -mtune=generic -mfpmath=sse 13 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mno-mmx -mno-sse 39 - TARGET_CFLAGS="$TARGET_CFLAGS -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow" 40 + TARGET_CFLAGS="$TARGET_CFLAGS -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -mfpmath=387"
|
| /OK3568_Linux_fs/buildroot/package/python-aiohttp-sse/ |
| H A D | python-aiohttp-sse.hash | 1 # md5, sha256 from https://pypi.org/pypi/aiohttp-sse/json 2 md5 d2f394fb75f591045b2c94fc17c8533d aiohttp-sse-2.0.0.tar.gz 3 sha256 547e1eaa129749f090d02b31956215edbcde74ce99721f5f0ac902a9ccb1202e aiohttp-sse-2.0.0.tar.gz
|
| H A D | python-aiohttp-sse.mk | 8 PYTHON_AIOHTTP_SSE_SOURCE = aiohttp-sse-$(PYTHON_AIOHTTP_SSE_VERSION).tar.gz
|
| H A D | Config.in | 2 bool "python-aiohttp-sse"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/gnu-efi/ |
| H A D | gnu-efi_3.0.14.bb | 58 # It doesn't support sse, its make.defaults sets: 59 # CFLAGS += -mno-mmx -mno-sse 60 # So also remove -mfpmath=sse from TUNE_CCARGS 61 TUNE_CCARGS:remove = "-mfpmath=sse"
|
| /OK3568_Linux_fs/buildroot/package/opus-tools/ |
| H A D | opus-tools.mk | 19 OPUS_TOOLS_CONF_OPTS += --enable-sse 21 OPUS_TOOLS_CONF_OPTS += --disable-sse
|
| /OK3568_Linux_fs/buildroot/package/spandsp/ |
| H A D | spandsp.mk | 22 $(if $(BR2_X86_CPU_HAS_SSE),--enable-sse,--disable-sse) \
|
| /OK3568_Linux_fs/buildroot/package/libpng/ |
| H A D | libpng.mk | 26 LIBPNG_CONF_OPTS += --enable-intel-sse 28 LIBPNG_CONF_OPTS += --disable-intel-sse
|
| /OK3568_Linux_fs/buildroot/package/flac/ |
| H A D | flac.mk | 33 FLAC_CONF_OPTS += --enable-sse 35 FLAC_CONF_OPTS += --disable-sse
|
| /OK3568_Linux_fs/buildroot/package/pngquant/ |
| H A D | pngquant.mk | 25 $(if $(BR2_X86_CPU_HAS_SSE),--enable-sse,--disable-sse) \
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | octeon_edac-pci.c | 33 if (cfg01.s.sse) { in octeon_pci_poll() 35 cfg01.s.sse = 1; /* Reset */ in octeon_pci_poll()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/flac/ |
| H A D | flac_1.3.4.bb | 36 EXTRA_OECONF += "${@bb.utils.contains("TUNE_FEATURES", "core2", " --enable-sse", "", d)}" 37 EXTRA_OECONF += "${@bb.utils.contains("TUNE_FEATURES", "corei7", " --enable-sse", "", d)}"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/grpc/grpc/ |
| H A D | 0001-Revert-Changed-GRPCPP_ABSEIL_SYNC-to-GPR_ABSEIL_SYNC.patch | 13 …e-linux/x86_64-oe-linux-g++ -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-s… 16 …fvisibility-inlines-hidden -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-s… 17 …o-strict-aliasing -DNDEBUG -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-s… 20 …fvisibility-inlines-hidden -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-s…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/ |
| H A D | cryptsetup_2.4.3.bb | 62 PACKAGECONFIG[internal-sse-argon2] = "--enable-internal-sse-argon2,--disable-internal-sse-argon2"
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | ulpevent.c | 582 struct sctp_shutdown_event *sse; in sctp_ulpevent_make_shutdown_event() local 591 sse = skb_put(skb, sizeof(struct sctp_shutdown_event)); in sctp_ulpevent_make_shutdown_event() 599 sse->sse_type = SCTP_SHUTDOWN_EVENT; in sctp_ulpevent_make_shutdown_event() 607 sse->sse_flags = 0; in sctp_ulpevent_make_shutdown_event() 616 sse->sse_length = sizeof(struct sctp_shutdown_event); in sctp_ulpevent_make_shutdown_event() 627 sse->sse_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_shutdown_event()
|
| /OK3568_Linux_fs/buildroot/package/fftw/fftw-single/ |
| H A D | fftw-single.mk | 26 $(if $(BR2_X86_CPU_HAS_SSE),--enable,--disable)-sse \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/ |
| H A D | 0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch | 11 …i686-oe-linux-g++ -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=core2-32-oe-linux/… 18 …i686-oe-linux-g++ -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=core2-32-oe-linux/…
|
| /OK3568_Linux_fs/kernel/arch/x86/ |
| H A D | Makefile | 37 -mno-mmx -mno-sse $(call cc-option,-fcf-protection=none) 58 KBUILD_CFLAGS += -mno-sse -mno-mmx -mno-sse2 -mno-3dnow
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/x86/ |
| H A D | tune-core2.inc | 16 …utils.contains('TUNE_FEATURES', 'core2', ' -march=core2 -mtune=core2 -msse3 -mfpmath=sse', '', d)}"
|
| H A D | tune-corei7.inc | 16 …ontains('TUNE_FEATURES', 'corei7', ' -march=nehalem -mtune=generic -mfpmath=sse -msse4.2', '', d)}"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/ |
| H A D | systemd-boot_250.5.bb | 51 TUNE_CCARGS:remove = "-mfpmath=sse"
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A D | Makefile | 12 -mno-mmx -mno-sse -fshort-wchar \
|
| /OK3568_Linux_fs/buildroot/package/vlc/ |
| H A D | vlc.mk | 108 VLC_CONF_OPTS += --enable-sse 110 VLC_CONF_OPTS += --disable-sse
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/perl/libdev-checklib-perl/ |
| H A D | 0001-CheckLib.pm-don-t-execute-the-binary.patch | 13 …-m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -D_FORTIFY_SOURCE=2 -W…
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/rc/ |
| H A D | rc_model_v2_smt.c | 774 RK_S32 sse = mpp_data_avg(p->sse_p, 1, 1, 1) + 1; in rc_model_v2_smt_start() local 781 if (sse < p->intra_presse) { in rc_model_v2_smt_start() 793 } else if (sse > p->intra_presse && p->qp_out < p->intra_preqp) { in rc_model_v2_smt_start() 797 RK_S32 ratio = (RK_S32)((float)sse / (float)p->intra_presse + 0.5); in rc_model_v2_smt_start()
|