Caner Candan
|
70e60a50d2
|
* whitespace cleanup
|
2011-05-05 17:15:10 +02:00 |
|
jeggermo
|
600b08a7f6
|
the gpsymreg code has been slightly altered to allow compilation using the
Intel C++ Compiler for Linux.
Other compilers should not be affected.
A slightly different makefile is needed
|
2002-02-04 14:28:00 +00:00 |
|
jeggermo
|
0bbe7b84cb
|
The nameless union in node.h has been removed because not all compilers
support it.
|
2001-10-19 12:04:12 +00:00 |
|
jeggermo
|
8f1af522a6
|
Since g++ 2.95.x on our solaris server doesn't have macros to check
for infinity and NaN these checks have been removed from the source code
and a protected divided function node is now used.
|
2001-10-05 09:32:49 +00:00 |
|
jeggermo
|
375568853a
|
checks for the existence of finite(x) and isinf(x) built into app/gpsymreg.
Linux gcc compilers have the 'macros ??' but solaris gcc does not
|
2001-06-29 12:15:15 +00:00 |
|
jeggermo
|
9242c84541
|
app/gpsymreg/Makefile added to configure.in
|
2001-06-28 15:03:53 +00:00 |
|
jeggermo
|
00c671f24c
|
node.h containing Tree-node classes for symreg gp
|
2001-06-28 14:38:00 +00:00 |
|