nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nel] ppc build


From: nik gaffney
Subject: [Nel] ppc build
Date: Fri, 25 Jan 2002 18:41:07 +0100 (CET)

ok,. so nel (from yesterdays cvs) compiles + installs fine on debian-ppc with 
only a little change to time_nl.cpp. for the moment, it just fudges a return 
value to CTime::getPerformanceTime

specifcally here ->

#else // NL_OS_WINDOWS
        unsigned long long int x;
        __asm__ volatile (".byte 0x0f, 0x31" : "=A" (x));
        return x;
#endif // NL_OS_WINDOWS

what is this line of asm actually doing?+
 and could it also be done in c?

nk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]