]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: http/h1: rely on HA_UNALIGNED_LE instead of checking for CPU families
authorWilly Tarreau <w@1wt.eu>
Fri, 21 Feb 2020 15:31:22 +0000 (16:31 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 21 Feb 2020 15:32:57 +0000 (16:32 +0100)
commit02ac950a115ae819d863ec1d2250b7c262348ede
treee4f63c4ec73dbff0b92cfa6b2cf400cca027af50
parent2c315ee75e1e6a0a58c30637d4c8499c45528c18
CLEANUP: http/h1: rely on HA_UNALIGNED_LE instead of checking for CPU families

Now that we have flags indicating the CPU's capabilities, better use
them instead of missing some updates for new CPU families (ARMv8 was
missing there).
src/h1.c
src/http.c