START sys/arch/amd64/fpu 2024-11-15T08:21:00Z ==== run-regress-fenv ==== cc -c -MD -MF fenv.d -o fenv.o /usr/src/regress/sys/arch/amd64/fpu/fenv.S cc -o fenv fenv.o -nopie -nostdlib -static cc -O2 -pipe -Wformat -Wno-compare-distinct-pointer-types -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/sys/arch/amd64/fpu/fdump.c cc -o fdump fdump.o # Early AMD Opteron processors behave differently. SKIPPED ==== run-regress-fdfl ==== cc -O2 -pipe -Wformat -Wno-compare-distinct-pointer-types -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/sys/arch/amd64/fpu/fdfl.c cc -o fdfl fdfl.o -lm # Print default libm FPU environment to stdout. ./fdfl >fdfl.out diff /usr/src/regress/sys/arch/amd64/fpu/fenv_t.ok fdfl.out ==== run-regress-feget ==== cc -O2 -pipe -Wformat -Wno-compare-distinct-pointer-types -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/sys/arch/amd64/fpu/feget.c cc -o feget feget.o -lm # Early AMD Opteron processors behave differently. SKIPPED ==== run-regress-fxproc0 ==== cc -O2 -pipe -Wformat -Wno-compare-distinct-pointer-types -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -MD -MP -c /usr/src/regress/sys/arch/amd64/fpu/fxproc0.c cc -o fxproc0 fxproc0.o -lkvm # Read FPU storage area from proc0 via /dev/mem and print it to stdout. ./fxproc0 >fxproc0.out diff /usr/src/regress/sys/arch/amd64/fpu/fxsave64.ok fxproc0.out SKIP sys/arch/amd64/fpu Test skipped itself