All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sven Grundmann <grundema@uni-duesseldorf.de>
To: ultralinux@vger.kernel.org
Subject: Re: VIS
Date: Thu, 16 Jul 1998 13:12:05 +0000	[thread overview]
Message-ID: <marc-linux-ultrasparc-90222358531049@msgid-missing> (raw)
In-Reply-To: <marc-linux-ultrasparc-90222358531047@msgid-missing>



David S. Miller wrote:

> If the distributed.net people would provide source code to their
> clients, we could help you.  But they don't, so on top of not being to
> help you, I cannot endorse even running their binaries.
>
> Their VIS rc5 code was done by hand in assembly, no C compiler can
> properly take full advantage of the VIS instruction set although the
> latest EGCS releases will output VIS instructions for a limited number
> of operations if configured properly.
>
> Later,
> David S. Miller
> davem@dm.cobaltmicro.com

  Ok I understand that you can't help me with that rc5des client. But i
downloaded the VIS SDK for usage of VIS
in my own computations and read in the documentaion that  i need  a sun
compiler version 4 or higher ! They
have an inline expansion file in their SDK ( vis.il ) .
I am not sure if i can use that with gcc ( cause i don't have that cc 4.x
) and i never used Assembler on a sun.

It looks like that :

! Copyright (C) 1995, 1997, Sun Microsystems, Inc.

! @(#)vis.il    1.4     97/03/30 SMI

! The interface to the VIS instructions as declared below (and in the VIS
! User's Guide) will not change, but the macro implementation might change

! in the future.

!
! Pure edge handling instructions
!
! int vis_edge8(void */*frs1*/, void */*frs2*/);
!
        .inline vis_edge8,2
        edge8   %o0,%o1,%o0
        .end
!
! int vis_edge8l(void */*frs1*/, void */*frs2*/);
!
        .inline vis_edge8l,2
        edge8l  %o0,%o1,%o0
        .end

.......
And so on .

Sven Grundmann

  parent reply	other threads:[~1998-07-16 13:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-07-16 12:23 VIS Sven Grundmann
1998-07-16 12:27 ` VIS David S. Miller
1998-07-16 13:12 ` Sven Grundmann [this message]
1998-07-16 13:26 ` VIS David S. Miller
1998-07-16 23:37 ` VIS Andi Kleen
1998-07-17  3:58 ` VIS David S. Miller
1998-07-17 11:22 ` VIS Andi Kleen
1998-07-17 12:34 ` VIS David S. Miller
1998-07-17 12:44 ` VIS Andi Kleen
1998-07-17 12:46 ` VIS David S. Miller
1998-07-17 13:29 ` VIS Andi Kleen
1998-07-17 13:42 ` VIS David S. Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-ultrasparc-90222358531049@msgid-missing \
    --to=grundema@uni-duesseldorf.de \
    --cc=ultralinux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.