Replaced float96 and float128 with just long_double.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Thu, 28 Oct 2010 20:32:21 +0000 (16:32 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Thu, 28 Oct 2010 20:32:21 +0000 (16:32 -0400)
commitb81285ed3ce8b261837dcdc0ca0220afa03754d9
tree9e71a76d9eafda2a5f62194216a674ef4ac0411e
parentfe299f0ce156798e96e2d58b9826eccf2e3cf0dc
Replaced float96 and float128 with just long_double.

These two types are not really distinct types: they are both just
80-bit floating point numbers padded to fit in machine registers.
src/aop-type.c
src/aop.h
test/plugin-float-types.c