mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 00:21:25 +01:00
Change includes to reference <machine/asmacros.h>.
Submitted by: jkh
This commit is contained in:
parent
b605997937
commit
2a3617d129
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2120
@ -33,9 +33,9 @@
|
||||
* J.T. Conklin (jtc@wimsey.com), Winning Strategies, Inc.
|
||||
*/
|
||||
|
||||
#include <machine/asm.h>
|
||||
#include <machine/asmacros.h>
|
||||
|
||||
RCSID("$Id: e_acos.S,v 1.2 1994/03/12 01:30:22 jtc Exp $")
|
||||
RCSID("$Id: e_acos.S,v 1.1.1.1 1994/08/19 09:40:00 jkh Exp $")
|
||||
|
||||
/* acos = atan (sqrt(1 - x^2) / x) */
|
||||
ENTRY(__ieee754_acos)
|
||||
|
Loading…
Reference in New Issue
Block a user