mirror of
https://github.com/n64dev/cen64.git
synced 2025-04-02 10:31:54 -04:00
10 lines
234 B
C
10 lines
234 B
C
//
|
|
// arch/arm/fpu/cvt_f32_i64.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_cvt_f32_i64(const uint64_t *fs, uint32_t *fd) {
|
|
}
|
|
|