commit | af9d9419a6298db5fa4605f21703c2c6527a0f82 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Tue Dec 02 15:22:23 2014 -0500 |
committer | Adam Langley <agl@google.com> | Tue Dec 02 20:28:25 2014 +0000 |
tree | f3a35d7d1c63b966688733969a1f5c251303ea0b | |
parent | 0105ece171d97ecdbc283f18e84966f61d8faf69 [diff] |
Don't use _umul128 for Windows clang. Windows clang lacks _umul128, but it has inline assembly so just use that. Change-Id: I6ff5d2465edc703a4d47ef0efbcea43d6fcc79fa Reviewed-on: https://boringssl-review.googlesource.com/2454 Reviewed-by: Adam Langley <agl@google.com>