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

11 lines
247 B
C

//
// arch/arm/fpu/sub_64.h
//
// This file is subject to the terms and conditions defined in
// 'LICENSE', which is part of this source code package.
//
static inline void fpu_sub_64(
const uint64_t *fs, const uint64_t *ft, uint64_t *fd) {
}