CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2012/08/30 10:10:32

Modified files:
        sys/arch/amd64/amd64: fpu.c 

Log message:
Use an explicit suffix for the "fld" instruction to shut up clang.  The correct
instruction is fldl sinze we try to load a double-precision value.
GCC actually gets it wrong and emits "flds" (which is harmless).

Pointed out by Brad.  ok guenther@

Reply via email to