diff options
author | misterg <misterg@google.com> | 2017-09-19T20·54-0400 |
---|---|---|
committer | misterg <misterg@google.com> | 2017-09-19T20·54-0400 |
commit | c2e754829628d1e9b7a16b3389cfdace76950fdf (patch) | |
tree | 5a7f056f44e27c30e10025113b644f0b3b5801fc /absl/numeric/int128_have_intrinsic.inc |
Initial Commit
Diffstat (limited to 'absl/numeric/int128_have_intrinsic.inc')
-rw-r--r-- | absl/numeric/int128_have_intrinsic.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/absl/numeric/int128_have_intrinsic.inc b/absl/numeric/int128_have_intrinsic.inc new file mode 100644 index 000000000000..bb6491e178ab --- /dev/null +++ b/absl/numeric/int128_have_intrinsic.inc @@ -0,0 +1,3 @@ +// This file will contain :int128 implementation details that depend on internal +// representation when ABSL_HAVE_INTRINSIC_INT128 is defined. This file will be +// included by int128.h. \ No newline at end of file |