The MSVC x86_64 compiler defines long as 32-bits.
authorarr <linuxuser27@gmail.com>
Sat, 28 Apr 2018 07:18:03 +0000 (00:18 -0700)
committerarr <linuxuser27@gmail.com>
Sat, 28 Apr 2018 07:18:03 +0000 (00:18 -0700)
commit58a4c23bbd72fd0fde36266e8c9faa4e199d1232
treec75bf66125ae2da0c5cc2d6847bd82553bd2e9cd
parent529bb4e23b94186596ca0e3f5d295b0be95d4fad
The MSVC x86_64 compiler defines long as 32-bits.
This means '1L' is 32-bits and a 62 bit shift on a 32-bit
value is UB which resulted in a 0 for the FP_DHI1 value.
csrc/pfinnrfp.h