mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-28 06:02:56 +08:00
6.0.3a
This commit is contained in:
parent
091a8ae1ae
commit
69aff01c69
@ -9,7 +9,7 @@
|
|||||||
License Type: Windows Single User License
|
License Type: Windows Single User License
|
||||||
Licensed To : Quantum Leaps, LLC
|
Licensed To : Quantum Leaps, LLC
|
||||||
License No. : WS2975 License Date: Dec 15, 2013
|
License No. : WS2975 License Date: Dec 15, 2013
|
||||||
Build Date : Sep 2 2009 Run Date: Dec 12, 2017
|
Build Date : Sep 2 2009 Run Date: Dec 15, 2017
|
||||||
(C)1996-2009 M Squared Technologies LLC
|
(C)1996-2009 M Squared Technologies LLC
|
||||||
________________________________________________________________________
|
________________________________________________________________________
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/// @cond
|
/// @cond
|
||||||
///***************************************************************************
|
///***************************************************************************
|
||||||
/// Last Updated for Version: 6.0.3
|
/// Last Updated for Version: 6.0.3
|
||||||
/// Date of the Last Update: 2017-12-09
|
/// Date of the Last Update: 2017-12-20
|
||||||
///
|
///
|
||||||
/// Q u a n t u m L e a P s
|
/// Q u a n t u m L e a P s
|
||||||
/// ---------------------------
|
/// ---------------------------
|
||||||
@ -107,7 +107,7 @@
|
|||||||
|
|
||||||
#if (__ARM_ARCH == 6) // Cortex-M0/M0+/M1(v6-M, v6S-M)?
|
#if (__ARM_ARCH == 6) // Cortex-M0/M0+/M1(v6-M, v6S-M)?
|
||||||
// hand-optimized quick LOG2 in assembly
|
// hand-optimized quick LOG2 in assembly
|
||||||
uint_fast8_t QF_qlog2(uint32_t x);
|
extern "C" uint_fast8_t QF_qlog2(uint32_t x);
|
||||||
#endif // Cortex-M0/M0+/M1(v6-M, v6S-M)
|
#endif // Cortex-M0/M0+/M1(v6-M, v6S-M)
|
||||||
|
|
||||||
#include "qxk_port.h" // QXK dual-mode kernel port
|
#include "qxk_port.h" // QXK dual-mode kernel port
|
||||||
|
Loading…
x
Reference in New Issue
Block a user