mirror of
https://github.com/nginx/nginx.git
synced 2024-12-19 05:33:52 -06:00
Configure: set default cacheline size to 64 for aarch64 platforms.
This commit is contained in:
parent
40f1c48b53
commit
b75f419b2c
@ -110,6 +110,11 @@ case "$NGX_MACHINE" in
|
||||
NGX_MACH_CACHE_LINE=64
|
||||
;;
|
||||
|
||||
aarch64 )
|
||||
have=NGX_ALIGNMENT value=16 . auto/define
|
||||
NGX_MACH_CACHE_LINE=64
|
||||
;;
|
||||
|
||||
*)
|
||||
have=NGX_ALIGNMENT value=16 . auto/define
|
||||
NGX_MACH_CACHE_LINE=32
|
||||
|
Loading…
Reference in New Issue
Block a user