Skip to content
Snippets Groups Projects
Select Git revision
  • 56a60dd6d619877e9957ba06b92d2f276e3c229d
  • master default
  • virtio-camera
  • venus
  • venus-rebased
  • virgl-blob-fixes
  • staging
  • stable-6.1
  • stable-6.0
  • stable-6.0-staging
  • stable-5.0
  • stable-4.2
  • stable-4.1
  • stable-4.0
  • stable-3.1
  • stable-3.0
  • stable-2.12
  • stable-2.11
  • stable-2.10
  • stable-2.9
  • stable-2.8
  • v7.1.0-rc2
  • v7.1.0-rc1
  • v7.1.0-rc0
  • v7.0.0
  • v7.0.0-rc4
  • v7.0.0-rc3
  • v7.0.0-rc2
  • v7.0.0-rc1
  • v7.0.0-rc0
  • v6.1.1
  • v6.2.0
  • v6.2.0-rc4
  • v6.2.0-rc3
  • v6.2.0-rc2
  • v6.2.0-rc1
  • v6.2.0-rc0
  • v6.0.1
  • v6.1.0
  • v6.1.0-rc4
  • v6.1.0-rc3
41 results

target-m68k

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Peter Maydell authored and Aurelien Jarno committed
    The softfloat functions float*_is_nan() were badly misnamed,
    because they return true only for quiet NaNs, not for all NaNs.
    Rename them to float*_is_quiet_nan() to more accurately reflect
    what they do.
    
    This change was produced by:
     perl -p -i -e 's/_is_nan/_is_quiet_nan/g' $(git grep -l is_nan)
    (with the results manually checked.)
    
    Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
    Reviewed-by: default avatarNathan Froyd <froydnj@codesourcery.com>
    Acked-by: default avatarEdgar E. Iglesias <edgar.iglesias@gmail.com>
    Signed-off-by: default avatarAurelien Jarno <aurelien@aurel32.net>
    18569871
    History
    Name Last commit Last update
    ..