1The OpenBSD test regress/lib/libm/fenv prints strange values from 2the Intel and AMD FPU using the libm function fegetenv(3). Implement 3more detailed checks. 4 5Load the FPU enviroment directy after exec with an assembly program. 6Get the FPU default FPU status from libm. 7Load the FPU enviroment with fegetenv(3). 8Read the FPU storage area from proc0 via /dev/mem. 9