1 --- wprintf.3.orig Thu Aug 21 18:19:12 2003
2 +++ wprintf.3 Thu Aug 21 18:16:28 2003
7 +An optional seperator character (
8 +.Cm \ , | \; | \ : | _
9 +) used for seperating multiple values when printing an AltiVec vector,
10 +or other multi-value unit.
12 +NOTE: This is an AltiVec only extension onto the
15 +Behaviour of these values for
17 +is only defined for operating systems conforming to the
18 +AltiVec Technology Programming Interface Manual.
19 +(At time of writing this includes only Mac OS X 10.2 and later.)
21 An optional decimal digit string specifying a minimum field width.
22 If the converted value has fewer characters than the field width, it will
23 be padded with spaces on the left (or right, if the left-adjustment
25 .It Sy Modifier Ta Cm c Ta Cm s
26 .It Cm l No (ell) Ta Vt wint_t Ta Vt "wchar_t *"
29 +The AltiVec Technology Programming Interface Manual also defines five additional length modifiers
30 +which can be used (in place of the conventional length modifiers) for the printing of AltiVec vectors:
33 +Treat the argument as a vector value, unit length will be determined by the conversion
34 +specifier (default = 16 8-bit units for all integer conversions,
35 +4 32-bit units for floating point conversions).
37 +Treat the argument as a vector of 8 16-bit units.
39 +Treat the argument as a vector of 4 32-bit units.
42 +NOTE: The vector length specifiers are AltiVec only extensions onto the
45 +Behaviour of these values for
47 +is only defined for operating systems conforming to the
48 +AltiVec Technology Programming Interface Manual.
49 +(At time of writing this includes only Mac OS X 10.2 and later.)
51 A character that specifies the type of conversion to be applied.