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

10 lines
238 B
C

//
// arch/arm/fpu/trunc_i64_f64.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_trunc_i64_f64(const uint64_t *fs, uint64_t *fd) {
}