aboutsummaryrefslogtreecommitdiff
path: root/src/serialize.h
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2020-06-29 11:24:25 +0800
committerfanquake <fanquake@gmail.com>2020-06-29 11:31:17 +0800
commit9952242c03fe587b5dff46a9f770e319146103bf (patch)
tree6177b4850642e0ed13144fe421cd2b3dc07e6497 /src/serialize.h
parentd3a5dbfd1f18b89dd990ee83ece7c1dd9ba94b1a (diff)
build: improve builtin_clz* detection
The way we currently test with AC_CHECK_DECLS do not work with Clang: ```bash configure:21492: clang++-10 -std=c++11 -c -g -O2 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS conftest.cpp >&5 conftest.cpp:100:10: error: builtin functions must be directly called (void) __builtin_clz; ^ 1 error generated. ``` This also removes the __builtin_clz() check, as we don't actually use it anywhere, and it's trvial to re-add detection if we do start using it at some point.
Diffstat (limited to 'src/serialize.h')
0 files changed, 0 insertions, 0 deletions