Dav1dde/gl3n

Division operators

mathstuf opened this issue · 2 comments

Any plan for these?

What kind of division do you need? Simple scalar-divisions? As a workaround, you can simply multiply with the inverse A * 1/x.

Yeah, scalar division is all I've hit up against. The main issue is actually that the error message isn't exactly obvious (something about mismatching types and nothing about the operation not being supported).