Closed yangfengzzz closed 4 years ago
as far as I know, matrix_float3x3 is from the SIMD framework(Part of Accelerator framework) but not the standard library of Swift
yes, that’s why we provide manual implementation under NOSIMD flag! https://github.com/SwiftGFX/SwiftMath/blob/master/Sources/Matrix3x3%2Bnosimd.swift
NOSIMD
as far as I know, matrix_float3x3 is from the SIMD framework(Part of Accelerator framework) but not the standard library of Swift