ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libecb/ecb.h
(Generate patch)

Comparing libecb/ecb.h (file contents):
Revision 1.130 by root, Fri Mar 21 16:40:45 2014 UTC vs.
Revision 1.131 by root, Tue Mar 25 17:44:10 2014 UTC

594/* the only noteworthy exception is ancient armle, which uses order 43218765 */ 594/* the only noteworthy exception is ancient armle, which uses order 43218765 */
595#if 0 \ 595#if 0 \
596 || __i386 || __i386__ \ 596 || __i386 || __i386__ \
597 || __amd64 || __amd64__ || __x86_64 || __x86_64__ \ 597 || __amd64 || __amd64__ || __x86_64 || __x86_64__ \
598 || __powerpc__ || __ppc__ || __powerpc64__ || __ppc64__ \ 598 || __powerpc__ || __ppc__ || __powerpc64__ || __ppc64__ \
599 || defined __arm__ && defined __ARM_EABI__ \
600 || defined __s390__ || defined __s390x__ \ 599 || defined __s390__ || defined __s390x__ \
601 || defined __mips__ \ 600 || defined __mips__ \
602 || defined __alpha__ \ 601 || defined __alpha__ \
603 || defined __hppa__ \ 602 || defined __hppa__ \
604 || defined __ia64__ \ 603 || defined __ia64__ \
605 || defined __m68k__ \ 604 || defined __m68k__ \
606 || defined __m88k__ \ 605 || defined __m88k__ \
607 || defined __sh__ \ 606 || defined __sh__ \
608 || defined _M_IX86 || defined _M_AMD64 || defined _M_IA64 \ 607 || defined _M_IX86 || defined _M_AMD64 || defined _M_IA64 \
609 || (defined __arm__ && (defined __ARM_EABI__ || defined __EABI__ || defined __VFP_FP__ || defined _WIN32_WCE || defined __ANDROID__)) 608 || (defined __arm__ && (defined __ARM_EABI__ || defined __EABI__ || defined __VFP_FP__ || defined _WIN32_WCE || defined __ANDROID__)) \
609 | defined __aarch64__
610 #define ECB_STDFP 1 610 #define ECB_STDFP 1
611 #include <string.h> /* for memcpy */ 611 #include <string.h> /* for memcpy */
612#else 612#else
613 #define ECB_STDFP 0 613 #define ECB_STDFP 0
614#endif 614#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines