ptx-90-parser 0.2.2

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

Find the sine of the angle a (in radians).

### Syntax

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

### Semantics

```
d = sin(a);
```

### Examples

```
sin.approx.ftz.f32  sa, a;
```