diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /sys/vops/README | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'sys/vops/README')
-rw-r--r-- | sys/vops/README | 10 |
1 files changed, 10 insertions, 0 deletions
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). |