Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Virtual Machine - Implement Float Only Common Operations #101

Closed
9 tasks done
octavonce opened this issue Jun 26, 2019 · 0 comments · Fixed by #133
Closed
9 tasks done

Virtual Machine - Implement Float Only Common Operations #101

octavonce opened this issue Jun 26, 2019 · 0 comments · Fixed by #133
Assignees
Labels
d-medium An issue of medium difficulty feature A feature to be implemented
Milestone

Comments

@octavonce
Copy link
Collaborator

octavonce commented Jun 26, 2019

Float only common operations only apply on integers i.e. f32 and f64. These are:

  • 0x41 - Abs
  • 0x42 - Neg
  • 0x43 - Div
  • 0x44 - Ceil
  • 0x45 - Floor
  • 0x46 - Trunc
  • 0x47 - Nearest
  • 0x48 - CopySign
  • 0x49 - Sqrt
@octavonce octavonce added feature A feature to be implemented d-medium An issue of medium difficulty labels Jun 26, 2019
@octavonce octavonce added this to the 0.1 milestone Jun 26, 2019
@iNemesis21 iNemesis21 self-assigned this Sep 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
d-medium An issue of medium difficulty feature A feature to be implemented
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants