New review comment by Logarithmus on void-packages repository https://github.com/void-linux/void-packages/pull/31706#discussion_r662302207 Comment: I don't know if it needs 64 bit atomics on 32 bit platforms. I borrowed this code from `llvm`: ``` +# Based on: +# https://github.com/llvm/llvm-project/blob/d4dcb55c7050fd908af2378fa551078d859d994f/llvm/cmake/modules/DetermineGCCCompatible.cmake +# https://github.com/llvm/llvm-project/blob/d4dcb55c7050fd908af2378fa551078d859d994f/llvm/cmake/modules/CheckAtomic.cmake ``` If you think this patch can be made smaller, I welcome the suggestions.