Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fused types for 32 and 64bit systems #3

Open
fgregg opened this issue Sep 17, 2015 · 1 comment
Open

Fused types for 32 and 64bit systems #3

fgregg opened this issue Sep 17, 2015 · 1 comment

Comments

@fgregg
Copy link

fgregg commented Sep 17, 2015

@wolfgang-noichl, I think you want to used fused types to support both 32 and 64 bit systems. If you get that working, I'll merge it into master.

@wolfgang-noichl
Copy link

Fused types alone don't really work for that, since one cannot check the interior type (i.e. type(x) is float for x of fused type). I'd need another type-checking wrapper in front of all cython stuff...

For now, I'll just maintain my vanilla-32bit branch and try to keep it synced to upstream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants