mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-21 16:32:25 +01:00
7 lines
130 B
ArmAsm
7 lines
130 B
ArmAsm
|
#include <machine/asm.h>
|
||
|
__FBSDID("$FreeBSD$")
|
||
|
|
||
|
/* sizeof(long) == sizeof(long long) */
|
||
|
#define fn llrintf
|
||
|
#include "s_lrintf.S"
|