/
githubmirror
/
redis
Обзор
Документация
Войти
/
githubmirror
/
redis
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.4.5
modules/redisearch/Makefile
11 строк
501 B
YaacovHazan
Set default for INLINE_LSE_ATOMICS to 0 for compatibility across architectures (#15212)
04 июн 2026, 14:25
04 июн 2026, 14:25
7e22423
Код
Авторство
О чём код?
SRC_DIR = src MODULE_VERSION = v8.4.10 MODULE_REPO = https://github.com/redisearch/redisearch TARGET_MODULE = $(SRC_DIR)/bin/$(FULL_VARIANT)/search-community/redisearch.so # Set INLINE_LSE_ATOMICS=1 for perf improvement on common ARM CPUs (i.e. Graviton2/3/4); no effect on x86 or macOS. # Default 0 keeps the binary runnable on pre-Armv8.1-a cores (Cortex-A72, Graviton1, RPi4) that would otherwise SIGILL at module load. INLINE_LSE_ATOMICS ?= 0 export INLINE_LSE_ATOMICS include ../common.mk