From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- sys/vops/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys/vops/README (limited to 'sys/vops/README') diff --git a/sys/vops/README b/sys/vops/README new file mode 100644 index 00000000..1e4c2cd0 --- /dev/null +++ b/sys/vops/README @@ -0,0 +1,10 @@ +VOPS -- Vector OPerators + +This directory contains the (generic) source for the vector operators (VOPS). +These generic procedures are expanded into a set of type specific procedures +by the GENERIC preprocessor, before compilation by XC. Documentation for +the vector operators and for the GENERIC preprocessor is in Vops.hlp. + +The subdirectory "achtgen" contains code for generalized datatype conversion +of vectors. The highest level routine, "acht" implements a full 9 by 9 +type conversion matrix (BUcsilrdx) (the BU are in OSB). -- cgit