Skip to content

Commit

Permalink
Matrix4x4f+nosimd Equatable
Browse files Browse the repository at this point in the history
  • Loading branch information
xtyxtyx committed Jan 12, 2024
1 parent d9f8c2c commit 04d9ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Matrix4x4+nosimd.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#if NOSIMD
@frozen
public struct Matrix4x4f {
public struct Matrix4x4f: Equatable, Hashable {
internal var m11: Float = 0.0
internal var m12: Float = 0.0
internal var m13: Float = 0.0
Expand Down

0 comments on commit 04d9ed0

Please sign in to comment.