Unimplemented intrinsic: frem_fast
#810
Labels
[C] Feature / Enhancement
A new feature request or enhancement to an existing feature.
[E] Unsupported Construct
Add support to an unsupported construct
In #804 I made an attempt to implement
frem_fast
(floating-point remainder) as%
, but the test I wrote was failing even though the same expression is being used to codegen both:Then I reflected on what this operation means in the case of floating point numbers and realized it needed more work. It is not clear to me what is the irep we should using to encode this operation, so we should find out and use that.
The text was updated successfully, but these errors were encountered: