mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-01-30 13:09:47 +00:00
530.30.02
This commit is contained in:
@@ -90,7 +90,7 @@ int_fast64_t f64_to_i64_r_minMag( float64_t a, bool exact )
|
||||
*--------------------------------------------------------------------*/
|
||||
sig |= UINT64_C( 0x0010000000000000 );
|
||||
absZ = sig>>shiftDist;
|
||||
if ( exact && (absZ<<shiftDist != sig) ) {
|
||||
if ( exact && ((uint_fast64_t)(absZ<<shiftDist) != sig) ) {
|
||||
softfloat_exceptionFlags |= softfloat_flag_inexact;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user