# Current Status
IMPORTANT: Checked features might end up only working for the specific cases that were tested during their development. If you notice that they do not work in some different configurations, please
NOTE: Current status, as of 19 Jan. 2016, 20:10 GMT+1
## Supported cards
- [X] Tesla
- [ ] Fermi (in theory it should be supported, but… in practice, maybe not)
- [ ] Kepler (in theory it should be supported, but… in practice, maybe not)
- [ ] Maxwell
## Supported features
- [ ] Types:
- [X] bool (to some extent)
- [X] int
- [X] float
- [X] vector
- [ ] array
- [ ] structure
- [ ] matrix
- [ ] event
- [X] pointer
- [X] function
- [ ] Casts
- [ ] Images, textures
- [ ] Decorations on operations and functions (aligned, etc.)
- [ ] Operators:
- [X] binary arithmetic
- [ ] unary arithmetic
- [ ] logical
- [ ] bitwise
- [ ] Control flow:
- [X] Branches, and conditional branches (without phi nodes)
- [ ] Phi nodes
- [ ] Loops
- [ ] Function calling
- [ ] Builtins:
- [X] get_local_id(), get_local_size(), get_global_id()
- [ ] get_global_size(), get_work_dim(), get_num_groups(), get_group_id()
- [ ] math functions
- [ ] atomics, barriers & co.