fix warrning and add KNC 1

This commit is contained in:
evghenii
2013-09-19 13:45:31 +03:00
parent 5f20dd01e8
commit 6a21218c13
2 changed files with 4 additions and 4 deletions

View File

@@ -45,13 +45,13 @@
#define roundf(x) (floorf(x + .5f))
#define round(x) (floor(x + .5))
#else
#define FORCEINLINE __attribute__((always_inline))
#define FORCEINLINE __forceinline
#define PRE_ALIGN(x)
#define POST_ALIGN(x) __attribute__ ((aligned(x)))
#endif
#if 0
#define KNC 1
#if 0
extern "C"
{
int printf(const unsigned char *, ...);

View File

@@ -50,13 +50,13 @@
#define roundf(x) (floorf(x + .5f))
#define round(x) (floor(x + .5))
#else
#define FORCEINLINE __attribute__((always_inline))
#define FORCEINLINE __forceinline
#define PRE_ALIGN(x)
#define POST_ALIGN(x) __attribute__ ((aligned(x)))
#endif
#if 0
#define KNC 1
#if 0
extern "C"
{
int printf(const unsigned char *, ...);