aboutsummaryrefslogtreecommitdiff
path: root/src/ARMeilleure/Instructions/SoftFloat.cs
AgeCommit message (Collapse)Author
2023-06-24Empty "case" clauses that fall through to the "default" should be omitted ↵Marco Carvalho
(#5353) * Empty "case" clauses that fall through to the "default" should be omitted * default throw exception * format
2023-04-27Move solution and projects to srcTSR Berry