Skip to content

Commit

Permalink
quadmath __float128 as NVTYPE.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhi committed Sep 19, 2014
1 parent 97eac94 commit 9c75d91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Configure
Original file line number Diff line number Diff line change
Expand Up @@ -16305,6 +16305,9 @@ define:define)
nvsize=$doublesize
;;
esac
case "$usequadmath:$i_quadmath" in
define:define) nvtype="__float128" ;;
esac

$echo "(IV will be "$ivtype", $ivsize bytes)"
$echo "(UV will be "$uvtype", $uvsize bytes)"
Expand Down

0 comments on commit 9c75d91

Please sign in to comment.