Deleted Added
full compact
s_logb.S (50476) s_logb.S (61335)
1/*
2 * Copyright (c) 1993,94 Winning Strategies, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 21 unchanged lines hidden (view full) ---

30
31/*
32 * Written by:
33 * J.T. Conklin (jtc@wimsey.com), Winning Strategies, Inc.
34 */
35
36#include <machine/asm.h>
37
1/*
2 * Copyright (c) 1993,94 Winning Strategies, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 21 unchanged lines hidden (view full) ---

30
31/*
32 * Written by:
33 * J.T. Conklin (jtc@wimsey.com), Winning Strategies, Inc.
34 */
35
36#include <machine/asm.h>
37
38RCSID("$FreeBSD: head/lib/msun/i387/s_logb.S 50476 1999-08-28 00:22:10Z peter $")
38RCSID("$FreeBSD: head/lib/msun/i387/s_logb.S 61335 2000-06-06 12:12:36Z bde $")
39
40ENTRY(logb)
41 fldl 4(%esp)
42 fxtract
39
40ENTRY(logb)
41 fldl 4(%esp)
42 fxtract
43 fstpl %st
43 fstp %st
44 ret
44 ret