You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cl.rs, all the constants are defined as statics instead of consts, which gets annoying if you're trying to wrap the values in things like the bitmasks! macro. Is there a reason they're defined this way?
The text was updated successfully, but these errors were encountered:
sebcrozet
added a commit
to sebcrozet/rust-opencl
that referenced
this issue
Mar 8, 2016
In cl.rs, all the constants are defined as
static
s instead ofconst
s, which gets annoying if you're trying to wrap the values in things like thebitmasks!
macro. Is there a reason they're defined this way?The text was updated successfully, but these errors were encountered: