> There is a Metrowerks compiler for NetWare. It is actually a
> cross-compiler that runs on a Win32 platform and then uses a different
> linker to create the libraries. As near as I know, "__NETWARE__" is not
> defined when compiling.

But is there __rol intrinsic? Can you generate assembler listing (and
send it over:-) for following snippet:

int foo(int a) { return _lrotl(a,1+_MSC_VER); }
int bar(int a) { return __rol(a,1+__MWERKS__); }

You might have to engage optimization. A lot of thanks in advance. A.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to