• Kir Kolyshkin's avatar
    fpu00 test: fix for clang · 8f9c6ff5
    Kir Kolyshkin authored
    clang complains a number of times on our inline asm code, like this:
    
    > fpu00.c:13:6: error: ambiguous instructions require an explicit suffix
    > (could be 'flds', 'fldl', or 'fldt')
    >                           "fld  %0\n"
    >                           ^
    > <inline asm>:1:2: note: instantiated into assembly here
    >         fld     -4(%rsp)
    >         ^
    
    As floats are used, the suffix should be 's' ("short", 32-bit, float).
    
    Add it where needed.
    Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
    Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
    8f9c6ff5
Name
Last commit
Last update
..
inhfd Loading commit data...
jenkins Loading commit data...
others Loading commit data...
zdtm Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
abrt.sh Loading commit data...
check_actions.py Loading commit data...
crit-recode.py Loading commit data...
criu.py Loading commit data...
groups.desc Loading commit data...
inhfd.desc Loading commit data...
rpc_pb2.py Loading commit data...
show_action.sh Loading commit data...
umount2.c Loading commit data...
zdtm.desc Loading commit data...
zdtm.py Loading commit data...
zdtm_ct.c Loading commit data...
zdtm_mount_cgroups Loading commit data...