|
|
1.1 root 1:
2: #include "../machine/alignment.h"
3: subf(infop) process_info *infop;
4: /*
5: /* Subtract operand from accumulator to accumulator (float).
6: /*
7: /*******************************************************************/
8: {
9: register float *operand_pnt;
10: register float *acc_pnt;
11:
12: operand_pnt = (float *)&operand(infop,0)->data;
13: acc_pnt = (float *) &acc_high;
14: *acc_pnt = *acc_pnt - *operand_pnt;
15: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.