[all-commits] [llvm/llvm-project] fba0b6: [libc++] hash<long double>: adjust for x86-64 ILP32

Harald van Dijk via All-commits all-commits at lists.llvm.org
Sun Nov 29 05:52:49 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fba0b65f727134e8d05c785b04b7b574f852d49e
      https://github.com/llvm/llvm-project/commit/fba0b65f727134e8d05c785b04b7b574f852d49e
  Author: Harald van Dijk <harald at gigawatt.nl>
  Date:   2020-11-29 (Sun, 29 Nov 2020)

  Changed paths:
    M libcxx/include/utility

  Log Message:
  -----------
  [libc++] hash<long double>: adjust for x86-64 ILP32

x86-64 ILP32 mode (x32) uses 32-bit size_t, so share the code with ix86 to zero out padding bits, not with x86-64 LP64 mode.

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D91349




More information about the All-commits mailing list