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