2 Copyright © 2002, The AROS Development Team. All rights reserved.
5 Definition of the magic infinity value.
6 XXX Needs to be made better CPU dependant! Basically it assumes we are
7 dealing with IEEE 754 floating point.
10 #include <aros/system.h>
13 char __infinity
[] = { 0x7f, 0xf0, 0, 0, 0, 0, 0, 0 };
15 char __infinity
[] = { 0, 0, 0, 0, 0, 0, 0xf0, 0x7f };