Skip to content

Commit

Permalink
Merge pull request #11 from RougeWare/develop
Browse files Browse the repository at this point in the history
Sync develop into master
  • Loading branch information
KyLeggiero committed Feb 17, 2020
2 parents 71e7201 + 8aba4f1 commit 38eee08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/MultiplicativeArithmetic/Default Conformances.swift
Expand Up @@ -7,13 +7,16 @@
//

import Foundation
import CoreGraphics



extension CGFloat: MultiplicativeArithmetic {}
extension Float32: MultiplicativeArithmetic {}
extension Float64: MultiplicativeArithmetic {}
#if (arch(i386) || arch(x86_64)) && !os(Windows)
extension Float80: MultiplicativeArithmetic {}
#endif



Expand Down

0 comments on commit 38eee08

Please sign in to comment.