diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-09-07 00:54:31 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2020-09-07 00:58:33 +0200 |
| commit | 24bdaac6682c36f5f7878321e8f9eb02c0993572 (patch) | |
| tree | 3a42a487bf2c06da52b270d6e6784d16f806828e /opcode.def | |
| parent | 7524a9a874a75a477e9ddf2268ebccc2d3ee87ea (diff) | |
| parent | 814cda15f647c14e0892deef3c57d73417e87b34 (diff) | |
| download | sparse-dev-24bdaac6682c36f5f7878321e8f9eb02c0993572.tar.gz | |
Merge branch 'linear-fma' into next
* add support for a new instruction: OP_FMA
* teach sparse to linearize __builtin_fma()
Diffstat (limited to 'opcode.def')
| -rw-r--r-- | opcode.def | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -91,6 +91,7 @@ OPCODE(SLICE, BADOP, BADOP, BADOP, 1, OPF_TARGET) /* Select - three input values */ OPCODE(SEL, BADOP, BADOP, BADOP, 3, OPF_TARGET) +OPCODE(FMADD, BADOP, BADOP, BADOP, 3, OPF_TARGET) /* Memory */ OPCODE(LOAD, BADOP, BADOP, BADOP, 1, OPF_TARGET) |
