[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
Loading
Please register or sign in to comment