Sign in
swiftshader
/
SwiftShader
/
a3a01a2f18e10a8a1faf2ce1d277d23e9e7372a8
/
.
/
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
}