tvl-depot/absl/numeric
Abseil Team 2c5af55ed3 Export of internal Abseil changes.
--
60bc1e62580e0ff352a92c785f29550c2000447d by Xiaoyi Zhang <zhangxy@google.com>:

Import Github PR https://github.com/abseil/abseil-cpp/pull/143.

absl/synchronization/internal/kernel_timeout.h uses INFINITE macro that comes from windows.h that is included by winsock2.h that is included by absl/time/time.h. This internal header will be included by public header. It should not depend on windows.h.

PiperOrigin-RevId: 205109009

--
1617f0a333a8030e4e4c0bc1eef71f4a5fe9874d by Abseil Team <absl-team@google.com>:

Internal change

PiperOrigin-RevId: 205101804

--
8dce298b8c96c12c423943a366a4d92a554366c4 by Chris Kennelly <ckennelly@google.com>:

Define UNALIGNED_LOAD/STORE macros for UNDEFINED_BEHAVIOR_SANITIZER.

When using UBSan in trap mode (that is, without the ubsan runtime library), the
x86 macros can cause alignment errors as they assume unaligned loads/stores are
permitted.  The macros defined in the presence of
{ADDRESS,THREAD,MEMORY}_SANITIZER require the runtime library.

PiperOrigin-RevId: 205096794
GitOrigin-RevId: 60bc1e62580e0ff352a92c785f29550c2000447d
Change-Id: I65a6cc86a711796c9d3a605310d67795b9f76ce9
2018-07-19 08:54:14 -04:00
..
BUILD.bazel - abacaab4b11a69dd4db627bd183571d7cabb8def Refinement to previous time.h edit (in this same github p... by Greg Falcon <gfalcon@google.com> 2018-06-08 11:24:58 -04:00
CMakeLists.txt CMake support 2017-10-27 18:46:36 +02:00
int128.cc Export of internal Abseil changes. 2018-06-25 12:53:37 -04:00
int128.h Export of internal Abseil changes. 2018-07-19 08:54:14 -04:00
int128_benchmark.cc - abacaab4b11a69dd4db627bd183571d7cabb8def Refinement to previous time.h edit (in this same github p... by Greg Falcon <gfalcon@google.com> 2018-06-08 11:24:58 -04:00
int128_have_intrinsic.inc Changes imported from Abseil "staging" branch: 2018-01-09 12:23:53 -05:00
int128_no_intrinsic.inc Changes imported from Abseil "staging" branch: 2018-01-09 12:23:53 -05:00
int128_stream_test.cc Changes imported from Abseil "staging" branch: 2017-12-14 09:04:37 -05:00
int128_test.cc Export of internal Abseil changes. 2018-06-25 12:53:37 -04:00