ptx-90-parser 0.4.4

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

Take hyperbolic tangent value of a.
The operands d and a are of type .f32.

### Syntax

```
tanh.approx.f32 d, a;
```

### Semantics

```
d = tanh(a);
```

### Examples

```
tanh.approx.f32 ta, a;
```