|
Title: | IMAGE intrinsics and condition codes |
Document: | 1058892696 |
Author: | Michael Marxmeier (mike@marxmeier.com) |
Keywords: | ccode,condition code,image3k,intrinsic,mpe |
Eloquence does not support condition codes on platforms
other than MPE.
Since the implementation of condition codes depends on the
porting framework it does not make sense for Eloquence to
require a HPSETCCODE() instrinsic.
Als most applications should not make use of the condition
code with IMAGE calls this should rarely be an issue
(QUERY/3000 does, go figure ... :-)
If necessary, update of condition codes can be implemented
in a small wrapper. Our image3k/wrapsym.c has the required
code for the MPE port and we can make it available if
necessary.
|
|