Sign in
swiftshader
/
SwiftShader
/
8d1072e7beddc254f78c4dc15e789fdb7c9631d4
/
.
/
crosstest
/
test_arith_frem.ll
blob: 34b715677168186fbdbb6b3cd1d5666f1cc2ac48 [
file
] [
log
] [
blame
]
target
triple
=
"i686-pc-linux-gnu"
define
float
@_Z6myFremff
(
float
%a
,
float
%b
)
{
%rem
=
frem
float
%a
,
%b
ret
float
%rem
}
define
double
@_Z6myFremdd
(
double
%a
,
double
%b
)
{
%rem
=
frem
double
%a
,
%b
ret
double
%rem
}