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