[atomic] Use CONSUME, not ACQUIRE, memory-order for get()
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 1 Aug 2018 02:33:37 +0000 (19:33 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 1 Aug 2018 03:28:36 +0000 (20:28 -0700)
commit3dd1b88765f6ce91bd0558a16cdd8cf0c1e15d1b
tree91cf20aef0ddc4ba424625a72b92f18752c16ee9
parent06b91d935da1a40ef9de6697717eb0af1015989e
[atomic] Use CONSUME, not ACQUIRE, memory-order for get()

Although, all implementations just elevate that to ACQUIRE.
But requirement for us is just CONSUME.
src/hb-atomic-private.hh