rust/src/rt
Simonas Kazlauskas 98bc300d69 Use __SIZEOF_INT128__ to test __int128 presence
Previously we tested whether a handful of preprocessor variables indicating certain 64 bit
platforms, but this does not work for other 64 bit targets which have support for __int128 in C
compiler.

Use the __SIZEOF__INT128__ preprocessor variable instead. This variable gets set to 16 by gcc and
clang for every target where __int128 is supported.
2017-01-27 23:23:26 +02:00
..
hoedown@a3736a0a19 hoedown: fix trigger of -Werror=misleading-indentation 2016-05-31 21:38:29 +03:00
miniz.c Fix misleading intentation errors on gcc 6.0 2016-05-22 20:47:59 +01:00
rust_test_helpers.c Use __SIZEOF_INT128__ to test __int128 presence 2017-01-27 23:23:26 +02:00