fix warrning and add KNC 1
This commit is contained in:
@@ -45,13 +45,13 @@
|
|||||||
#define roundf(x) (floorf(x + .5f))
|
#define roundf(x) (floorf(x + .5f))
|
||||||
#define round(x) (floor(x + .5))
|
#define round(x) (floor(x + .5))
|
||||||
#else
|
#else
|
||||||
#define FORCEINLINE __attribute__((always_inline))
|
#define FORCEINLINE __forceinline
|
||||||
#define PRE_ALIGN(x)
|
#define PRE_ALIGN(x)
|
||||||
#define POST_ALIGN(x) __attribute__ ((aligned(x)))
|
#define POST_ALIGN(x) __attribute__ ((aligned(x)))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if 0
|
|
||||||
#define KNC 1
|
#define KNC 1
|
||||||
|
#if 0
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
int printf(const unsigned char *, ...);
|
int printf(const unsigned char *, ...);
|
||||||
|
|||||||
@@ -50,13 +50,13 @@
|
|||||||
#define roundf(x) (floorf(x + .5f))
|
#define roundf(x) (floorf(x + .5f))
|
||||||
#define round(x) (floor(x + .5))
|
#define round(x) (floor(x + .5))
|
||||||
#else
|
#else
|
||||||
#define FORCEINLINE __attribute__((always_inline))
|
#define FORCEINLINE __forceinline
|
||||||
#define PRE_ALIGN(x)
|
#define PRE_ALIGN(x)
|
||||||
#define POST_ALIGN(x) __attribute__ ((aligned(x)))
|
#define POST_ALIGN(x) __attribute__ ((aligned(x)))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if 0
|
|
||||||
#define KNC 1
|
#define KNC 1
|
||||||
|
#if 0
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
int printf(const unsigned char *, ...);
|
int printf(const unsigned char *, ...);
|
||||||
|
|||||||
Reference in New Issue
Block a user