mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Remove intrinsics import
When using `linalg` with the `-vet` compiler switch, you get the warning/error: `odin/core/math/linalg/specific.odin(4:8) 'intrinsics' declared but not used`
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
package linalg
|
package linalg
|
||||||
|
|
||||||
import "core:math"
|
import "core:math"
|
||||||
import "intrinsics"
|
|
||||||
|
|
||||||
|
|
||||||
// Specific
|
// Specific
|
||||||
|
|||||||
Reference in New Issue
Block a user