K 10 svn:author V 3 dim K 8 svn:date V 27 2010-11-25T18:14:18.009327Z K 7 svn:log V 249 Use unambiguous inline assembly to load a float variable. GNU as silently converts 'fld' to 'flds', without taking the actual variable type into account (!), but clang's integrated assembler rightfully complains about it. Discussed with: cperciva END