TASP VSIPL Core 8+3 File Naming

The tvc_8_3 distribution is for people who need a short file name. For instance it should work on a dos machine (although I haven't tried it). It was made originally for a TI 6701 evaluation module whose archive tool complained about file names longer than 15 characters. It is also nice for some other machines because the file structure is flatter making it easy to select the C code into the development environment. It is not user friendly as the file names are not very informative, but if you just care about the final VSIPL library it is fine. Most will probably want the bigger distribution. This distribution is a minimal core profile with float (no double) and integer (no short int) functions.

To download GZ compressed file:

Click here and "Save Link As..." to download the tar'd and gzip'd TASP VSIPL Core library in a file named-

tvc83tar.gz
then
gzip -d tvc_tar.gz
untar it with
tar xfv tvc_tar
and it makes a directory called
tvc
with further instructions contained within.
To download ZIP compressed file:

Click here to download the tar'd and zip'd VSIP Library Preliminary Test Suite in a file named

tvc83.zip
Then double click to uncompress and untar using WinZip.