ptx-90-parser 0.2.3

Parse NVIDIA PTX 9.0 assembly into a structured AST and explore modules via a CLI.
Documentation
### Description

Raise 2 to the power a.

### Syntax

```
ex2.approx{.ftz}.f32  d, a;
```

### Semantics

```
d = 2 ^ a;
```

### Examples

```
ex2.approx.ftz.f32  xa, a;
```