This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fw: a simple win32 port


Hi people! I am pretty new to UNIX style programming, and I need to port
minimalistically the fenv.h GNU extension function feenableexcept() to
Win32. As I know, your library is installed also on Linux, that is used to
work on x86 machines that are the base for Win32 platform. I just wanted to
know: is it possible so set/unset some flags in FPU control word (in my
Win32 ported function), without extending the treatment of these exceptions
in UNIX style to other stuff (signals like SIGFPE etc. that probably need a
port themselves on Win32), i.e. just set flags and go? Or is it error-prone?
Thanks in advance,
Alex.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]