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