ptx-90-parser 0.4.2

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

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

### Syntax

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

### Semantics

```
d = cos(a);
```

### Examples

```
cos.approx.ftz.f32  ca, a;
```