cen64/arch/arm/fpu/cmp_clt_32.h
2014-08-18 16:54:01 +00:00

12 lines
256 B
C

//
// arch/arm/fpu/cmp_clt_32.h
//
// This file is subject to the terms and conditions defined in
// 'LICENSE', which is part of this source code package.
//
static inline uint8_t fpu_cmp_clt_32(
const uint32_t *fs, const uint32_t *ft) {
return 0;
}