NAME
t/native_pbc/number.t - Floating-Point Numbers
SYNOPSIS
% prove t/native_pbc/number.t
DESCRIPTION
Tests word-size/float-type/endian-ness for different architectures.
These tests usually only work on releases, not on svn checkouts and if every release has updated native pbc test files.
See tools/dev/mk_native_pbc to create the platform-specific native pbcs.
PLATFORMS
_1 i386 32 bit opcode_t, 32 bit intval (linux-gcc-ix86, freebsd-gcc, cygwin) _2 i386 32 bit opcode_t, 32 bit intval, 12 bit long double (linux-gcc-ix86) _3 PPC BE 32 bit opcode_t, 32 bit intval (darwin-ppc) _4 x86_64 12-bit double 64 bit opcode_t (linux-gcc-x86_64 -m96bit-long-double) _5 x86_64 16 bit long double 64 bit opcode_t (linux-gcc-x86_64, solaris-cc-64int) _6 big-endian 64-bit (MIPS irix or similar)