search for: fpu_setup

Displaying 2 results from an estimated 2 matches for "fpu_setup".

Did you mean: fpesetup
2006 Aug 31
1
Overriding InitTempDir
For embedded projects, one may want to eliminate the per-session temp directory created by InitTempDir() and just use a system-specific temp directory. Here's my solution: extern char *R_TempDir; void my_InitTempDir() { char *tmp; if (R_TempDir){ if (rmdir(R_TempDir) != 0){ perror("Fatal Error: could not remove R's TempDir!");
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
...e = 0; ^ cc-1185 c89: WARNING File = system.c, Line = 211 An enumerated type is mixed with another type. R_Interactive = isatty(0); ^ cc-1185 c89: WARNING File = system.c, Line = 234 An enumerated type is mixed with another type. fpu_setup(1); ^ ------------------------------------------------------------------------ c89 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -OPT:IEEE_NaN_inf=ON -g -c sys-common.c -o sys-common.o cc-1185 c89: WARNING File = sys-common.c, Line = 173 An enu...